aboutsummaryrefslogtreecommitdiff
path: root/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
diff options
context:
space:
mode:
authorBlista Kanjo2022-09-01 20:03:35 -0400
committerBlista Kanjo2022-09-01 20:03:35 -0400
commita208eadd1289461bab82dd9554a2316898e7d23d (patch)
treedc52940c6271490f2df6bd58f4edf9ec16f7b7df /.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
parent77051c67db148b81aadaa562dbbbfff9e5f69bef (diff)
refactor: organized the entire repo | feat: added pomodoro aliases inspired by bashbunni
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.xml15
1 files changed, 15 insertions, 0 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
new file mode 100644
index 0000000..0cb37ac
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
@@ -0,0 +1,15 @@
+<?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="1"/>
+ <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="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="presentation-mode" type="bool" value="true"/>
+ </property>
+</channel>