diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-16 01:36:23 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-16 01:36:23 -0700 |
commit | 7f2cfd5c67e9bbcce45c1b152f8874d08d8f5a81 (patch) | |
tree | 00b8ec60c71be2fb38115e3e65cbc383ec825af1 /.config/sxhkd/sxhkdrc | |
parent | 1a6d048d0b2192d31707a38b83181dc2d5891d2d (diff) |
refactor
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-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)" |