1
0
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:
Ryan Kes 2018-09-24 10:04:35 +02:00
parent e625a21745
commit ad397582e7

View File

@ -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