diff options
author | xyz <gky44px1999@gmail.com> | 2021-08-28 19:11:06 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-08-28 19:11:06 -0700 |
commit | 2f950ab04fbac5879b0e29c87bf47d07672e31f5 (patch) | |
tree | c291d6ce95b9947275da743a998cae0ad8b6b34e /.config/sxhkd/sxhkdrc | |
parent | f31301016e3a3b92fdf1536897c1e23f0b886155 (diff) |
switch to pulseaudio
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 528ddcdc..3ac31ee6 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -6,6 +6,12 @@ alt + Print XF86Audio{RaiseVolume,LowerVolume,Mute} amixer set Master {5%+,5%-,toggle} +# 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 + amixer set Capture toggle + alt + y mpvsel || notify-send "mpvsel failed" |