diff options
author | luxagraf <sng@luxagraf.net> | 2023-04-25 17:24:57 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-04-25 17:24:57 -0500 |
commit | b3aa94d1f0d74fecc02e82609e78e62d3b967bab (patch) | |
tree | be73cec04b95e25a724134236653f20111a5f1a0 /.config/openbox/rc.xml | |
parent | b8ffb4d13560e5c34794a740652427755c0996d2 (diff) |
added latest changes from Dell
Diffstat (limited to '.config/openbox/rc.xml')
-rw-r--r-- | .config/openbox/rc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index eded285..7c0637f 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -327,12 +327,12 @@ </keybind> <keybind key="XF86MonBrightnessDown"> <action name="Execute"> - <command>brightnessctl set 10-</command> + <command>brightnessctl set 5%-</command> </action> </keybind> <keybind key="XF86MonBrightnessUp"> <action name="Execute"> - <command>brightnessctl set 10+</command> + <command>brightnessctl set 5%+</command> </action> </keybind> <!-- Keybindings for window switching --> |