2018-01-15

Next-lxqt -- applications.conf


applications.conf

tux@slitaz:~$ cat .config/slitaz/applications.conf
# 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="sakura"
[ "$(which $TERMINAL)" ] || TERMINAL="xterm"
# Window manager.
WINDOW_MANAGER="lxqt"

tux@slitaz:~$