diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-16 01:43:39 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-16 01:43:39 -0700 |
commit | 92e214be00173e03d4ce9dd6febfe875078bf5cb (patch) | |
tree | 18cff241f9ae0c408d1e2dcee05b6a80310707a2 /.config/sxhkd | |
parent | 42ddd721b1257e58265f582cb741b20c20f1ecb0 (diff) |
refactor
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 447b7b13..0acbaa26 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -1,6 +1,6 @@ # vim: ft=sh -ctrl + Print +alt + Print ffmpeg -f x11grab -i "$DISPLAY" -vframes 1 "$XDG_PICTURES_DIR/screenshots/$(time.uuid)".png XF86Audio{RaiseVolume,LowerVolume,Mute} @@ -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% -ctrl + XF86AudioMute +alt + XF86AudioMute amixer set Capture toggle;\ kill -RTMIN "$(cat ~/.cache/pidofbar)" |