aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2021-01-24 17:16:54 +0200
committerJani Välimaa <wally@mageia.org>2021-01-24 17:16:54 +0200
commit7645014b54c5776d53add923daa41292dd87dc6d (patch)
tree6570d7121e47f87ad3ce00d9c2ae7cc3f19d400f
parent8e756aa3f33361a13a6aece6025b2fc08d28d294 (diff)
downloadconfig-7645014b54c5776d53add923daa41292dd87dc6d.tar
config-7645014b54c5776d53add923daa41292dd87dc6d.tar.gz
config-7645014b54c5776d53add923daa41292dd87dc6d.tar.bz2
config-7645014b54c5776d53add923daa41292dd87dc6d.tar.xz
config-7645014b54c5776d53add923daa41292dd87dc6d.zip
Add default configuration for xfce4-screensaver
-rw-r--r--NEWS3
-rw-r--r--data/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml27
2 files changed, 30 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 52d5981..3c551dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- add default configuration for xfce4-screensaver
+- disable xfce4-screensaver by default
+
Version 4.16.8.0 - 2021-01-12
- Xfce 4.16
- update versioning schema and remove extra '0'
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml
new file mode 100644
index 0000000..4db75a0
--- /dev/null
+++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-screensaver" version="1.0">
+ <property name="saver" type="empty">
+ <property name="mode" type="int" value="0"/>
+ <property name="enabled" type="bool" value="false"/>
+ <property name="idle-activation" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ <property name="fullscreen-inhibit" type="bool" value="true"/>
+ </property>
+ <property name="lock" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ <property name="saver-activation" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ <property name="status-messages" type="empty">
+ <property name="enabled" type="bool" value="true"/>
+ </property>
+ <property name="user-switching" type="empty">
+ <property name="enabled" type="bool" value="true"/>
+ </property>
+ <property name="logout" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ </property>
+</channel>