diff options
| author | Blista Kanjo | 2023-05-29 11:14:47 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-05-29 11:14:47 -0400 |
| commit | b6098828878701df3e620ec9d81fa072062b7e7e (patch) | |
| tree | a6dd6685e50bf4b621a37cf49cb23145449ea1ab /.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml | |
| parent | 33d1682702e194771d1eece1c9a9d153047831be (diff) | |
refactor: updated xfce config
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> |
