mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
use pactl commands directly for better compatibility
This commit is contained in:
parent
e625a21745
commit
ad397582e7
@ -1,7 +1,8 @@
|
|||||||
# thumb wheel up => increase volume
|
# thumb wheel up => increase volume
|
||||||
"xte 'key XF86AudioRaiseVolume'"
|
"pactl set-sink-volume @DEFAULT_SINK@ +5%"
|
||||||
b:6
|
b:6
|
||||||
|
|
||||||
# thumb wheel down => lower volume
|
# thumb wheel down => lower volume
|
||||||
"xte 'key XF86AudioLowerVolume'"
|
"pactl set-sink-volume @DEFAULT_SINK@ -5%"
|
||||||
b:7
|
b:7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user