From 491ccb4595350dd666f656b09f6cb90781c6ae64 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 12 Dec 2020 23:45:44 -0600 Subject: Move some keybindings to sxhkd (leave volsv, just uncomment config lines to use as normal) --- volsv | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'volsv') diff --git a/volsv b/volsv index 2732a1c..9e62a7c 100755 --- a/volsv +++ b/volsv @@ -14,8 +14,7 @@ alsasv () { "up" | "-i") amixer sset Master 5%+ ;; "down" | "-d") amixer sset Master 5%- ;; "toggle" | "-t") amixer sset Master toggle ;; - "mic" | "-m") amixer set Capture toggle ;; esac } # check which it is -[ ! -z "$(pgrep pulseaudio)" ] && pulsesv $1 || alsasv $1 ; pkill -RTMIN+10 dwmblocks ; touch /tmp/volsv.tmp +[ ! -z $(pgrep pulseaudio) ] && pulsesv $1 || alsasv $1 ; pkill -RTMIN+10 dwmblocks -- cgit v1.2.3