slitaz-configs rev 173

Add /etc/slitaz/applications.conf from slitaz-tools
author Christophe Lincoln <pankso@slitaz.org>
date Thu Sep 13 10:34:18 2012 +0200 (2012-09-13)
parents 68a22012f643
children e3fc60f61666
files rootfs/etc/slitaz/applications.conf
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rootfs/etc/slitaz/applications.conf	Thu Sep 13 10:34:18 2012 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz default applications configuration file. These apps can be
     1.5 +# started through 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="tazweb"
    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-session"