mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-01-01 06:10:00 +01:00
Let xfce4-power-manager configure screen saver
This commit is contained in:
parent
847861e938
commit
7628014a95
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in a new issue