home
/
code
/
khome.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Confirm before proceeding with screencast area selection
[khome.git]
/
home
/
bin
/
mic-mute-toggle
1
#! /bin/sh
2
3
# Default
4
#pactl set-source-mute @DEFAULT_SOURCE@ toggle
5
6
# All
7
pactl list sources |
awk
-F
\
# '/^Source #[0-9]+/ {print $2}' | xargs -I % pactl set-source-mute % toggle
This page took
0.067991 seconds
and
4
git commands to generate.