Let xfce4-power-manager configure screen saver

This commit is contained in:
Marcos Mello 2020-03-28 15:42:39 -03:00
parent 847861e938
commit 7628014a95
2 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,5 @@
#!/bin/bash
[ -x /usr/bin/xset ] && /usr/bin/xset s off >/dev/null 2>&1 &
[ -x /usr/bin/xset ] && /usr/bin/xset r >/dev/null 2>&1 &
exec /usr/bin/startxfce4

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-power-manager" version="1.0">
<property name="xfce4-power-manager" type="empty">
<property name="blank-on-ac" type="int" value="0"/>
<property name="dpms-on-ac-sleep" type="uint" value="0"/>
<property name="dpms-on-ac-off" type="uint" value="0"/>
</property>
</channel>