diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-09-19 08:00:58 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-09-19 08:00:58 +0200 |
commit | 06c674f01b7f42f0132306ab13f685741a25317e (patch) | |
tree | f408c03eecc3b47c02560227fcbf2e4dd1600f06 /profile/.icedove/ocpnorvk.default/prefs.js | |
parent | fedb09e2d093d7ac6dd685d5746126334508d062 (diff) | |
download | etcskel-kanotix-06c674f01b7f42f0132306ab13f685741a25317e.zip etcskel-kanotix-06c674f01b7f42f0132306ab13f685741a25317e.tar.gz |
icedove: x-www-browser as default-handler
Diffstat (limited to 'profile/.icedove/ocpnorvk.default/prefs.js')
-rw-r--r-- | profile/.icedove/ocpnorvk.default/prefs.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profile/.icedove/ocpnorvk.default/prefs.js b/profile/.icedove/ocpnorvk.default/prefs.js new file mode 100644 index 0000000..5aee259 --- /dev/null +++ b/profile/.icedove/ocpnorvk.default/prefs.js @@ -0,0 +1,7 @@ +user_pref("font.default", "sans-serif"); +user_pref("font.minimum-size.x-western", 10); +user_pref("font.size.fixed.x-western", 13); +user_pref("font.size.variable.x-western", 13); +user_pref("network.protocol-handler.app.ftp", "/usr/bin/firefox"); +user_pref("network.protocol-handler.app.https", "/usr/bin/firefox"); +user_pref("network.protocol-handler.app.http", "/usr/bin/firefox"); |