aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-08-09 15:58:00 +0300
committereug-vs <eugene@eug-vs.xyz>2022-08-09 16:05:47 +0300
commit96eecb58983ee67edd1f32d504a9815cd1ce25df (patch)
treeb9ea895764f96f890142b9eda40b02af8467659f
parentbdf771c797a8fc2f9eb038286256bc12f73dbf3b (diff)
downloaddotfiles-96eecb58983ee67edd1f32d504a9815cd1ce25df.tar.gz
fix(pipewire): talk to native client with pactl
-rw-r--r--env/.config/sxhkd/sxhkdrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/env/.config/sxhkd/sxhkdrc b/env/.config/sxhkd/sxhkdrc
index 7e49410..01ec295 100644
--- a/env/.config/sxhkd/sxhkdrc
+++ b/env/.config/sxhkd/sxhkdrc
@@ -1,11 +1,11 @@
XF86AudioMute
- pactl set-sink-mute @DEFAULT_SINK@ toggle && pkill -RTMIN+2 dwmblocks
+ unset PULSE_SERVER && pactl set-sink-mute @DEFAULT_SINK@ toggle && pkill -RTMIN+2 dwmblocks
XF86AudioRaiseVolume
- pactl set-sink-volume @DEFAULT_SINK@ +5% && pkill -RTMIN+2 dwmblocks
+ unset PULSE_SERVER && pactl set-sink-volume @DEFAULT_SINK@ +5% && pkill -RTMIN+2 dwmblocks
XF86AudioLowerVolume
- pactl set-sink-volume @DEFAULT_SINK@ -5% && pkill -RTMIN+2 dwmblocks
+ unset PULSE_SERVER && pactl set-sink-volume @DEFAULT_SINK@ -5% && pkill -RTMIN+2 dwmblocks
XF86AudioPlay
mpc toggle