summaryrefslogtreecommitdiff
path: root/scripts/svol
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-07-27 20:47:07 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-07-27 20:47:07 +0400
commit432f41767a91ea761356e09afc9e2e7d5f4e42f0 (patch)
treef5e7da942922ba974d52bb979df404d9abf061c8 /scripts/svol
parentb5a8bf94019bc215a10f8b63a59b8ef8bdd60ead (diff)
svol: bug fix
Diffstat (limited to 'scripts/svol')
-rwxr-xr-xscripts/svol2
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)