Open NERDTreeFind in today launcher
[khome.git] / home / bin / mic-mute-toggle
CommitLineData
c3eac31c
SK
1#! /bin/sh
2
3# Default
4#pactl set-source-mute @DEFAULT_SOURCE@ toggle
5
6# All
7pactl list sources | awk -F\# '/^Source #[0-9]+/ {print $2}' | xargs -I % pactl set-source-mute % toggle
This page took 0.023443 seconds and 4 git commands to generate.