diff options
-rwxr-xr-x | scripts/svol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/svol b/scripts/svol index 41edfbe..79251a2 100755 --- a/scripts/svol +++ b/scripts/svol @@ -53,7 +53,7 @@ while getopts "i:d:s:pth" option; do "${0}: Failed to set volume" ;; t) - run "pactl set-sink-volume @DEFAULT_SINK@ toggle" \ + run "pactl set-sink-mute @DEFAULT_SINK@ toggle" \ "${0}: Failed to toggle volume" ;; p) |