1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/keybinds/.xbindkeysrc

9 lines
173 B
Plaintext
Raw Normal View History

2018-09-24 07:54:21 +00:00
# thumb wheel up => increase volume
"pactl set-sink-volume @DEFAULT_SINK@ +5%"
2018-09-24 07:54:21 +00:00
b:6
# thumb wheel down => lower volume
"pactl set-sink-volume @DEFAULT_SINK@ -5%"
2018-09-24 07:54:21 +00:00
b:7