aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-05-28 11:11:14 -0400
committerKen Moore <ken@pcbsd.org>2015-05-28 11:11:14 -0400
commit3b55e80a6b742be1bd6c6a7c4e89bb14007776c2 (patch)
treef74dc583e92f4d768c371ea47ced99bd8efa66a4 /lumina-desktop
parentAdd a new LUtils::imageExtensions() function, and setup the lumina-desktop pl... (diff)
downloadlumina-3b55e80a6b742be1bd6c6a7c4e89bb14007776c2.tar.gz
lumina-3b55e80a6b742be1bd6c6a7c4e89bb14007776c2.tar.bz2
lumina-3b55e80a6b742be1bd6c6a7c4e89bb14007776c2.zip
Add new options to the system-wide settings configuration file:
favorites.add: add an entry into the favorites system for a file/dir favorites.remove: remove an entry from the favorites system for a file/dir (for backwards compat later if necessary) favorites.add.ifexists: add an entry but only if the file/dir currently exists
Diffstat (limited to 'lumina-desktop')
-rw-r--r--lumina-desktop/defaults/luminaDesktop.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/lumina-desktop/defaults/luminaDesktop.conf b/lumina-desktop/defaults/luminaDesktop.conf
index 942af606..4e885a1b 100644
--- a/lumina-desktop/defaults/luminaDesktop.conf
+++ b/lumina-desktop/defaults/luminaDesktop.conf
@@ -49,3 +49,8 @@ panel1.plugins=userbutton, taskmanager, spacer, systemtray, clock, systemdashboa
#MENU SETTINGS (right-click menu)
menu.plugins=terminal, filemanager, applications, line, settings #list of menu plugins to show
+
+#FAVORITES CUSTOMIZATION
+#favorites.add=<file/dir path> #Create a favorites entry for this file/dir
+#favorites.remove=<file/dir path> #Remove a favorites entry for this file/dir
+#favorites.add.ifexists=<file/dir path> #Create a favorites entry for this file/dir if the file/dir exists
bgstack15