aboutsummaryrefslogtreecommitdiffstats
path: root/data
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 /data
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
Diffstat (limited to 'data')
-rw-r--r--data/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml27
1 files changed, 27 insertions, 0 deletions
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>