aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-04-25 19:02:40 -0400
committerKen Moore <ken@pcbsd.org>2015-04-25 19:02:40 -0400
commit63d9a810a1cb925d6a273d0d16772f4773771cb4 (patch)
tree5d2f13cb6265493251f9852bd36fed4c81bcb5ff /lumina-desktop
parentFinish getting the new Favorites system cleaned up in libLumina. Now it is re... (diff)
downloadlumina-63d9a810a1cb925d6a273d0d16772f4773771cb4.tar.gz
lumina-63d9a810a1cb925d6a273d0d16772f4773771cb4.tar.bz2
lumina-63d9a810a1cb925d6a273d0d16772f4773771cb4.zip
Add support for system-defined default non-mime applications in the luminaDesktop.conf file.
New Values: session.default.[terminal, filemanager, webbrowser, email]=<binary name or path to *.desktop file>
Diffstat (limited to 'lumina-desktop')
-rw-r--r--lumina-desktop/defaults/luminaDesktop.conf10
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
bgstack15