flavors rev 27

firefox: add custom SliTaz applications.conf
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 06 17:51:42 2010 +0100 (2010-03-06)
parents 11b0ee0a2ae2
children e9b664fb95a5
files firefox/rootfs/etc/slitaz/applications.conf
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/firefox/rootfs/etc/slitaz/applications.conf	Sat Mar 06 17:51:42 2010 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz default applications configuration file. Thes apps can be
     1.5 +# started throught wrappers: browser, editor and terminal.
     1.6 +#
     1.7 +
     1.8 +# File manager.
     1.9 +FILE_MANAGER="pcmanfm"
    1.10 +
    1.11 +# Web browser.
    1.12 +BROWSER="firefox"
    1.13 +
    1.14 +# Text editor.
    1.15 +EDITOR="leafpad"
    1.16 +
    1.17 +# X terminal.
    1.18 +TERMINAL="xterm"
    1.19 +
    1.20 +# Window manager.
    1.21 +WINDOW_MANAGER="openbox"