diff options
author | Ken Moore <ken@pcbsd.org> | 2015-06-23 14:24:49 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-06-23 14:24:49 -0400 |
commit | c3b62157bdd6a30b4115b192e62d204314fbd6e8 (patch) | |
tree | dea7b83aa3f1c6f6be03a6bbee123031f897f452 /lumina-desktop | |
parent | Adjust/verify all the XDG routines which touch a file based on the desktop na... (diff) | |
download | lumina-c3b62157bdd6a30b4115b192e62d204314fbd6e8.tar.gz lumina-c3b62157bdd6a30b4115b192e62d204314fbd6e8.tar.bz2 lumina-c3b62157bdd6a30b4115b192e62d204314fbd6e8.zip |
Add a new option in luminaDesktop.conf for auto-generating desktop icons/launchers.
Diffstat (limited to 'lumina-desktop')
-rw-r--r-- | lumina-desktop/defaults/luminaDesktop.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lumina-desktop/defaults/luminaDesktop.conf b/lumina-desktop/defaults/luminaDesktop.conf index effc8da4..844e9169 100644 --- a/lumina-desktop/defaults/luminaDesktop.conf +++ b/lumina-desktop/defaults/luminaDesktop.conf @@ -39,6 +39,7 @@ desktop_visiblepanels=1 #[0/1/2] The number of panels visible by default #desktop.backgroundfiles= #list of absolute file paths for image files (disable for Lumina default) desktop_backgroundrotateminutes=5 #[positive integer] number of minutes between background rotations (if multiple files) desktop_plugins=desktopview #list of plugins to be shown on the desktop by default +desktop_generate_icons=false #[true/false] Auto-generate launchers for ~/Desktop items #PANEL SETTINGS (preface with panel1.<setting> or panel2.<setting>, depending on the number of panels you have visible by default) panel1_location=top #[top/bottom/left/right] Screen edge the panel should be on |