# HG changeset patch # User Christophe Lincoln # Date 1347525258 -7200 # Node ID 80a68f89693563c4a8fd6be444df155f3c9bd9c9 # Parent 68a22012f643d57878c2994113630efd63524d56 Add /etc/slitaz/applications.conf from slitaz-tools diff -r 68a22012f643 -r 80a68f896935 rootfs/etc/slitaz/applications.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rootfs/etc/slitaz/applications.conf Thu Sep 13 10:34:18 2012 +0200 @@ -0,0 +1,18 @@ +# SliTaz default applications configuration file. These apps can be +# started through wrappers: browser, editor and terminal. +# + +# File manager. +FILE_MANAGER="pcmanfm" + +# Web browser. +BROWSER="tazweb" + +# Text editor. +EDITOR="leafpad" + +# X terminal. +TERMINAL="xterm" + +# Window manager. +WINDOW_MANAGER="openbox-session"