wok-current view seamonkey/stuff/prefs.js @ rev 7160
Added libdrm, libdrm-intel, libdrm-nouveau, and libdrm-radeon to libdrm-dev depends. Needed for the .pc files to work with pkg-config.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Nov 07 02:22:12 2010 +0000 (2010-11-07) |
parents | |
children |
line source
1 /*
2 * Default prefs.js for Seamonkey on SliTaz GNU/Linux.
3 *
4 * This file can be used to customize the look of Mozilla's user interface
5 * You should consider using !important on rules which you want to
6 * override default settings.
7 *
8 * For more examples see http://www.mozilla.org/unix/customizing.html
9 *
10 */
12 user_pref("general.useragent.locale", "fr");
13 user_pref("browser.startup.homepage", "file:///usr/share/webhome/index.html");
14 user_pref("general.skins.selectedSkin", "modern/1.0");