diff options
author | Ken Moore <moorekou@gmail.com> | 2016-06-28 12:50:54 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-06-28 12:50:54 -0400 |
commit | 2979715098badeeedca5709817d7944ca16d2d69 (patch) | |
tree | 2625272a59a91cb11e3413b099fcea61963c8029 /src-qt5/core/lumina-desktop/defaults/luminaDesktop.conf | |
parent | Commit some WIP (but disabled) to get the panels using the compositing WM for... (diff) | |
download | lumina-2979715098badeeedca5709817d7944ca16d2d69.tar.gz lumina-2979715098badeeedca5709817d7944ca16d2d69.tar.bz2 lumina-2979715098badeeedca5709817d7944ca16d2d69.zip |
Cleanup the build system for how the special OS-specific config file/wallpaper are added into the build. This now means that we can commit any generic *-${OS}.[jpg/conf] here to the defaults directory and it will automatically get pulled in at build time.
Diffstat (limited to 'src-qt5/core/lumina-desktop/defaults/luminaDesktop.conf')
-rw-r--r-- | src-qt5/core/lumina-desktop/defaults/luminaDesktop.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/defaults/luminaDesktop.conf b/src-qt5/core/lumina-desktop/defaults/luminaDesktop.conf index 68ea1f3c..7f8e363c 100644 --- a/src-qt5/core/lumina-desktop/defaults/luminaDesktop.conf +++ b/src-qt5/core/lumina-desktop/defaults/luminaDesktop.conf @@ -64,7 +64,7 @@ desktop_generate_icons=true #[true/false] Auto-generate launchers for ~/Desktop panel1_location=bottom #[top/bottom/left/right] Screen edge the panel should be on panel1_pixelsize=3.5%H #number of pixels wide/high the panel should be (or <number>%[W/H] for a percentage of the screen width/height) panel1_autohide=false #[true/false] Have the panel become visible on mouse-over -panel1_plugins=systemstart, taskmanager-nogroups, spacer, systemtray, clock #list of plugins for the panel +panel1_plugins=systemstart, taskmanager-nogroups, spacer, systemtray, clock, battery #list of plugins for the panel panel1_pinlocation=center #[left/center/right] Note:[left/right] corresponds to [top/bottom] for vertical panels panel1_edgepercent=99 #[1->100] percentage of the screen edge to use |