Add bindings for brightness/volume on adam-tablet
This commit is contained in:
parent
f57b1bb1fa
commit
5b93f76ab9
6
.config/i3/include/adam-tablet.conf
Normal file
6
.config/i3/include/adam-tablet.conf
Normal 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%
|
Loading…
Reference in New Issue
Block a user