flavors diff justx64/rootfs/etc/slitaz/applications.conf @ rev 266

Add base64 justx64 & gtkonly64
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 18 17:32:33 2019 +0200 (2019-09-18)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/justx64/rootfs/etc/slitaz/applications.conf	Wed Sep 18 17:32:33 2019 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz default applications configuration file. These apps can be
     1.5 +# started through wrappers: browser, editor and terminal.
     1.6 +#
     1.7 +
     1.8 +# File manager.
     1.9 +FILE_MANAGER="clex"
    1.10 +
    1.11 +# Web browser.
    1.12 +BROWSER="retawq"
    1.13 +
    1.14 +# Text editor.
    1.15 +EDITOR="nano"
    1.16 +
    1.17 +# X terminal.
    1.18 +TERMINAL="xterm"
    1.19 +
    1.20 +# Window manager.
    1.21 +WINDOW_MANAGER="openbox"