summaryrefslogtreecommitdiffstats
path: root/core/modules/bwlp-desktop-tweaks/data/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
diff options
context:
space:
mode:
authorSimon Rettberg2023-12-21 16:28:17 +0100
committerSimon Rettberg2023-12-21 16:28:17 +0100
commit2f2dbec6025154ea4f5b3f2cddc4a46d21ab2905 (patch)
tree253cb751080c095bdfac07ee1b64017eab05ac0e /core/modules/bwlp-desktop-tweaks/data/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
parent[xorg] Add libinput config to enable click-on-tap (diff)
downloadmltk-2f2dbec6025154ea4f5b3f2cddc4a46d21ab2905.tar.gz
mltk-2f2dbec6025154ea4f5b3f2cddc4a46d21ab2905.tar.xz
mltk-2f2dbec6025154ea4f5b3f2cddc4a46d21ab2905.zip
[bwlp-desktop-tweaks] New module
For now, locks the xfce4 power management settings, and makes sure the minimum backlight brightness has a sane value (1%).
Diffstat (limited to 'core/modules/bwlp-desktop-tweaks/data/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml')
-rw-r--r--core/modules/bwlp-desktop-tweaks/data/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/modules/bwlp-desktop-tweaks/data/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/core/modules/bwlp-desktop-tweaks/data/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
new file mode 100644
index 00000000..63c547f0
--- /dev/null
+++ b/core/modules/bwlp-desktop-tweaks/data/etc/xdg/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" locked="*" unlocked="root">
+ <property name="xfce4-power-manager" type="empty">
+ <property name="power-button-action" type="uint" value="3"/>
+ <property name="brightness-switch" type="int" value="0"/>
+ <property name="brightness-switch-restore-on-exit" type="int" value="1"/>
+ <property name="brightness-step-count" type="uint" value="15"/>
+ <property name="brightness-slider-min-level" type="int" value="10"/>
+ <property name="handle-brightness-keys" type="bool" value="true"/>
+ <property name="general-notification" type="bool" value="false"/>
+ <property name="show-tray-icon" type="bool" value="true"/>
+ <property name="dpms-enabled" type="bool" value="false"/>
+ </property>
+</channel>