index
:
scripts
main
General purpose scripts
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
volume
1
1 files changed, 1 insertions, 0 deletions
diff --git a/volume b/volume
index 9cbaaae..d00b643 100755
--- a/
volume
+++ b/
volume
@@ -14,6 +14,7 @@ fi
case "$1" in
"toggle"|"mute")
+ [ "$2" = "mic" ] && id="@DEFAULT_AUDIO_SOURCE@"
wpctl set-mute "$id" toggle
;;
"up")