diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.config/sxhkd/sxhkdrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/home/xyz/.config/sxhkd/sxhkdrc b/home/xyz/.config/sxhkd/sxhkdrc index f84cf529..34ac2768 100644 --- a/home/xyz/.config/sxhkd/sxhkdrc +++ b/home/xyz/.config/sxhkd/sxhkdrc @@ -11,9 +11,6 @@ XF86Audio{RaiseVolume,LowerVolume,Mute} amixer set Master {5%+,5%-,toggle};\ 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 "$XDG_CACHE_HOME/pidofbar")" |