xbindkeysrc: Use pulseaudio

master
Pierre Neidhardt 2018-07-07 09:38:56 +02:00
parent 74534b1c25
commit 72698dbb1f
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
## ALSA volume ## ALSA volume
"amixer set Master 5%-" # "amixer set Master 2%-"
"pactl set-sink-volume @DEFAULT_SINK@ -2%"
XF86AudioLowerVolume XF86AudioLowerVolume
"amixer set Master 5%+" # "amixer set Master 2%+"
"pactl set-sink-volume @DEFAULT_SINK@ +2%"
XF86AudioRaiseVolume XF86AudioRaiseVolume
## Toggling ALSA master also mutes other channels (e.g. speakers) when ## Toggling ALSA master also mutes other channels (e.g. speakers) when
## Pulseaudio is running. ## Pulseaudio is running.