From 3b55e80a6b742be1bd6c6a7c4e89bb14007776c2 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Thu, 28 May 2015 11:11:14 -0400 Subject: 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 --- lumina-desktop/defaults/luminaDesktop.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lumina-desktop') 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= #Create a favorites entry for this file/dir +#favorites.remove= #Remove a favorites entry for this file/dir +#favorites.add.ifexists= #Create a favorites entry for this file/dir if the file/dir exists -- cgit