slitaz-tools view rootfs/etc/slitaz/applications.conf @ rev 662

tazinst: fix Makefile errors on po files
author Dominique Corbex <domcox@slitaz.org>
date Sat Aug 06 21:19:23 2011 +0200 (2011-08-06)
parents ae06328cfcad
children
line source
1 # SliTaz default applications configuration file. These apps can be
2 # started through wrappers: browser, editor and terminal.
3 #
5 # File manager.
6 FILE_MANAGER="pcmanfm"
8 # Web browser.
9 BROWSER="tazweb"
11 # Text editor.
12 EDITOR="leafpad"
14 # X terminal.
15 TERMINAL="xterm"
17 # Window manager.
18 WINDOW_MANAGER="openbox-session"