mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
# thumb wheel up => increase volume
|
|
"pactl set-sink-volume @DEFAULT_SINK@ +5%"
|
|
b:6
|
|
|
|
# thumb wheel down => lower volume
|
|
"pactl set-sink-volume @DEFAULT_SINK@ -5%"
|
|
b:7
|
|
|