Add bindings for brightness/volume on adam-tablet

This commit is contained in:
Adam Goldsmith 2021-10-19 13:24:45 -04:00
parent f57b1bb1fa
commit 5b93f76ab9
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# alternate bindings since brightness/volume keys don't work with mod
bindsym $mod+F6 exec light -A 1
bindsym $mod+F5 exec light -U 1
bindsym $mod+F2 exec pactl set-sink-volume @DEFAULT_SINK@ -1%
bindsym $mod+F3 exec pactl set-sink-volume @DEFAULT_SINK@ +1%