Add keyboard brightness control keybindings

This commit is contained in:
Adam Goldsmith 2017-11-01 23:50:51 -04:00
parent 5f3eecd871
commit 98f842f859

View File

@ -63,6 +63,12 @@ bindsym XF86MonBrightnessDown exec light -U 10
bindsym Mod1+XF86MonBrightnessUp exec light -A 1 bindsym Mod1+XF86MonBrightnessUp exec light -A 1
bindsym Mod1+XF86MonBrightnessDown exec light -U 1 bindsym Mod1+XF86MonBrightnessDown exec light -U 1
# Keyboard Brightness Control
bindsym XF86KbdBrightnessUp exec kbdlight up 10
bindsym XF86KbdBrightnessDown exec kbdlight down 10
bindsym Mod1+XF86KbdBrightnessUp exec kbdlight up 1
bindsym Mod1+XF86KbdBrightnessDown exec kbdlight down 1
# Volume Control # Volume Control
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%