slitaz-tools annotate rootfs/etc/slitaz/applications.conf @ rev 543

applications.conf: to have autostart.sh executed we nee openbox-session to be started
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 23 12:44:58 2011 +0100 (2011-01-23)
parents 4af1651ab6df
children 3dab0a04444c
rev   line source
paul@397 1 # SliTaz default applications configuration file. These apps can be
paul@397 2 # started through wrappers: browser, editor and terminal.
pankso@335 3 #
pankso@335 4
pankso@341 5 # File manager.
pankso@341 6 FILE_MANAGER="pcmanfm"
pankso@341 7
pankso@335 8 # Web browser.
lufeng369@521 9 BROWSER="GtkLauncher"
pankso@335 10
pankso@335 11 # Text editor.
pankso@335 12 EDITOR="leafpad"
pankso@335 13
pankso@335 14 # X terminal.
pankso@335 15 TERMINAL="xterm"
pankso@339 16
pankso@339 17 # Window manager.
pankso@543 18 WINDOW_MANAGER="openbox-session"