diff options
Diffstat (limited to '.config/openbox/rc.xml')
| -rw-r--r-- | .config/openbox/rc.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index b5a6c98..b63daa4 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -176,6 +176,24 @@ <keyboard> <chainQuitKey>C-g</chainQuitKey> <!-- Keybindings for running applications --> + <keybind key="XF86MonBrightnessUp"> + <action name="Execute"> + <startupnotify> + <enabled>false</enabled> + <name>Brightness up</name> + </startupnotify> + <command>brightnessctl set +5%</command> + </action> + </keybind> + <keybind key="XF86MonBrightnessDown"> + <action name="Execute"> + <startupnotify> + <enabled>false</enabled> + <name>Brightness down</name> + </startupnotify> + <command>brightnessctl set 5%-</command> + </action> + </keybind> <keybind key="W-L"> <action name="Execute"> <startupnotify> |
