diff options
-rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 632354f1..c8eb96af 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -10,7 +10,7 @@ XF86Audio{RaiseVolume,LowerVolume,Mute} # 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% -shift + XF86AudioMute +ctrl + XF86AudioMute amixer set Capture toggle;\ kill -RTMIN "$(cat ~/.cache/pidofbar)" |