aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/defaults
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-08-31 14:12:53 -0400
committerKen Moore <ken@ixsystems.com>2017-08-31 14:12:53 -0400
commita85dfaaaa460886d74d7a052a970ee75eb16f202 (patch)
tree4e2bc84e4476360245bbd7f4184b85d391fb844d /src-qt5/core/lumina-desktop-unified/defaults
parentGet all the single-window interactions finished up. (diff)
downloadlumina-a85dfaaaa460886d74d7a052a970ee75eb16f202.tar.gz
lumina-a85dfaaaa460886d74d7a052a970ee75eb16f202.tar.bz2
lumina-a85dfaaaa460886d74d7a052a970ee75eb16f202.zip
A large amount of cleanup:
1) Fix the screen-alignment in a number of screensavers 2) Fix the restart-interval for screensavers (60 seconds by default) 3) Fix the cleanup of old screensaver objects between rotations 4) Add a default settings file for screensavers 5) Fix the prioritization of the settings files within DesktopSettings. 6) Turn off some event filter debugging
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/defaults')
-rw-r--r--src-qt5/core/lumina-desktop-unified/defaults/desktop/screensaver.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/defaults/desktop/screensaver.conf b/src-qt5/core/lumina-desktop-unified/defaults/desktop/screensaver.conf
new file mode 100644
index 00000000..b4bfec59
--- /dev/null
+++ b/src-qt5/core/lumina-desktop-unified/defaults/desktop/screensaver.conf
@@ -0,0 +1,3 @@
+[General]
+default_plugin="random"
+plugin_VGA-0="random"
bgstack15