Hardware bindings for screen brightness

main
Dan Buch 7 years ago
parent d3989d8bda
commit 0d216fe5c8
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -106,6 +106,9 @@ bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -1000
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +1000
bindsym XF86AudioMute exec pactl set-sink-mute 0 toggle
bindsym XF86MonBrightnessDown exec xbacklight -5
bindsym XF86MonBrightnessUp exec xbacklight +5
# resize window (you can also use the mouse for that)
mode "resize" {
# These bindings trigger as soon as you enter the resize mode

Loading…
Cancel
Save