Make a mic-muting script
[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.070806 seconds and 4 git commands to generate.