Don't depend on twrap.sh in xlaunch
[khome.git] / home / bin / vol_unmute
1 #! /bin/sh
2
3 for sink in $(pactl list sinks | grep '^Sink #' | awk -F\# '{print $2}')
4 do
5 pactl set-sink-mute "$sink" false
6 done
This page took 0.068958 seconds and 4 git commands to generate.