diff options
Diffstat (limited to 'lumina-desktop')
-rw-r--r-- | lumina-desktop/defaults/luminaDesktop.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lumina-desktop/defaults/luminaDesktop.conf b/lumina-desktop/defaults/luminaDesktop.conf index fe3269ac..00a12950 100644 --- a/lumina-desktop/defaults/luminaDesktop.conf +++ b/lumina-desktop/defaults/luminaDesktop.conf @@ -18,6 +18,14 @@ session.enablenumlock=false #[true/false] Enable numlock on login using "numlock session.playloginaudio=true #[true/false] Play the audio chimes on log in session.playlogoutaudio=true #[true/false] Play the audio chimes on log out +# DEFAULT UTILITIES +# Provide the full path to *.desktop file, or a binary name which exists on PATH +# *.desktop files provide better support for input formats, and are recommended +#session.default.terminal=xterm +#session.default.filemanager=lumina-fm +#session.default.webbrowser=/usr/local/share/applications/firefox.desktop +#session.default.email=/usr/local/share/applications/thunderbird.desktop + #THEME SETTINGS #theme.themefile=<file path> #Absolute path to the theme template file to use (disable for Lumina-Default) #theme.colorfile=<file path> #Absolute path to the color spec file to use for theming @@ -39,4 +47,4 @@ panel1.autohide=false #[true/false] Have the panel become visible on mouse-over panel1.plugins=userbutton, taskmanager, spacer, systemtray, clock, systemdashboard #list of plugins for the panel #MENU SETTINGS (right-click menu) -menu.plugins=terminal, filemanager, applications, line, settings #list of menu plugins to show
\ No newline at end of file +menu.plugins=terminal, filemanager, applications, line, settings #list of menu plugins to show |