diff options
Diffstat (limited to '.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml')
| -rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml index 0cb37ac..b15cc43 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml @@ -6,10 +6,11 @@ <property name="show-tray-icon" type="bool" value="false"/> <property name="brightness-switch" type="int" value="0"/> <property name="dpms-enabled" type="bool" value="true"/> - <property name="blank-on-ac" type="int" value="10"/> + <property name="blank-on-ac" type="int" value="0"/> <property name="general-notification" type="bool" value="true"/> - <property name="dpms-on-ac-sleep" type="uint" value="15"/> - <property name="dpms-on-ac-off" type="uint" value="20"/> + <property name="dpms-on-ac-sleep" type="uint" value="0"/> + <property name="dpms-on-ac-off" type="uint" value="2"/> <property name="presentation-mode" type="bool" value="true"/> + <property name="brightness-level-on-ac" type="uint" value="100"/> </property> </channel> |
