Add keyboard brightness control keybindings

This commit is contained in:
Adam Goldsmith 2017-11-01 23:50:51 -04:00
parent 5f3eecd871
commit 98f842f859
1 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,12 @@ bindsym XF86MonBrightnessDown exec light -U 10
bindsym Mod1+XF86MonBrightnessUp exec light -A 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
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%