From cde05d9a585b12ad264d4479e7492ed828e6c48d Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Fri, 10 Sep 2021 08:12:11 +0000 Subject: [PATCH] use pamixer instead of pactl --- modules/bspwm/sxhkdrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/bspwm/sxhkdrc b/modules/bspwm/sxhkdrc index f591fff..27444b0 100755 --- a/modules/bspwm/sxhkdrc +++ b/modules/bspwm/sxhkdrc @@ -129,11 +129,11 @@ alt + {Left,Down,Up,Right} bspc node -v {-20 0,0 20,0 -20,20 0} XF86AudioRaiseVolume - pactl set-sink-volume @DEFAULT_SINK@ +5% + pamixer -i 5 XF86AudioLowerVolume - pactl set-sink-volume @DEFAULT_SINK@ -5% + pamixer -d 5 XF86AudioMute - pactl set-sink-mute @DEFAULT_SINK@ toggle + pamixer -t XF86AudioPlay playerctl -p "spotify,firefox" play-pause XF86AudioNext