(Hopefully) disable xfce screen lock
This commit is contained in:
parent
5afcfa38ad
commit
e2dfe3ba20
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-power-manager" version="1.0">
|
||||
<property name="xfce4-power-manager" type="empty">
|
||||
<property name="brightness-switch-restore-on-exit" type="int" value="0"/>
|
||||
<property name="brightness-switch" type="int" value="0"/>
|
||||
<property name="dpms-on-battery-sleep" type="uint" value="30"/>
|
||||
<property name="blank-on-battery" type="int" value="10"/>
|
||||
<property name="dpms-on-battery-off" type="uint" value="0"/>
|
||||
<property name="brightness-on-battery" type="uint" value="60"/>
|
||||
<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 name="power-button-action" type="empty"/>
|
||||
<property name="lock-screen-suspend-hibernate" type="empty"/>
|
||||
<property name="logind-handle-lid-switch" type="empty"/>
|
||||
<property name="blank-on-ac" type="int" value="0"/>
|
||||
<property name="show-panel-label" type="empty"/>
|
||||
<property name="inactivity-sleep-mode-on-ac" type="empty"/>
|
||||
<property name="inactivity-sleep-mode-on-battery" type="empty"/>
|
||||
<property name="show-tray-icon" type="bool" value="false"/>
|
||||
</property>
|
||||
</channel>
|
@ -0,0 +1,11 @@
|
||||
<?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>
|
||||
<property name="lock" type="empty">
|
||||
<property name="enabled" type="bool" value="false"/>
|
||||
</property>
|
||||
</channel>
|
Loading…
Reference in New Issue
Block a user