From 10597d35e5dd2b2e6f462406f72578d9f09c1ed8 Mon Sep 17 00:00:00 2001 From: xyz Date: Wed, 6 Oct 2021 11:29:41 -0700 Subject: refactor --- .config/sxhkd/sxhkdrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/sxhkd/sxhkdrc') diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 005c0fb4..b9f3afc2 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -9,20 +9,20 @@ alt + shift + Print XF86Audio{RaiseVolume,LowerVolume,Mute} amixer set Master {5%+,5%-,toggle};\ - kill -RTMIN+1 "$(cat ~/.cache/pidofbar)" + kill -RTMIN+1 "$(cat "$XDG_CACHE_HOME/pidofbar")" # for pulseaudio, master volume affects capture volume too? # my laptop built-in microphone capture volume is really low # so I want to keep capture volume always 100% alt + XF86AudioMute amixer set Capture toggle;\ - kill -RTMIN "$(cat ~/.cache/pidofbar)" + kill -RTMIN "$(cat "$XDG_CACHE_HOME/pidofbar")" XF86Audio{Prev,Play,Next} playerctl {previous,play-pause,next} @Caps_Lock - kill -RTMIN+3 "$(cat ~/.cache/pidofbar)" + kill -RTMIN+3 "$(cat "$XDG_CACHE_HOME/pidofbar")" alt + y mpvy -s -- cgit v1.2.3-70-g09d2