# HG changeset patch # User Christophe Lincoln # Date 1267894302 -3600 # Node ID a816b3d1a725e02b30fcee55e801295ec830b9a1 # Parent 11b0ee0a2ae2f071ffcc19810d8b23d18bfa8ffc firefox: add custom SliTaz applications.conf diff -r 11b0ee0a2ae2 -r a816b3d1a725 firefox/rootfs/etc/slitaz/applications.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/firefox/rootfs/etc/slitaz/applications.conf Sat Mar 06 17:51:42 2010 +0100 @@ -0,0 +1,18 @@ +# SliTaz default applications configuration file. Thes apps can be +# started throught wrappers: browser, editor and terminal. +# + +# File manager. +FILE_MANAGER="pcmanfm" + +# Web browser. +BROWSER="firefox" + +# Text editor. +EDITOR="leafpad" + +# X terminal. +TERMINAL="xterm" + +# Window manager. +WINDOW_MANAGER="openbox"