From 432f41767a91ea761356e09afc9e2e7d5f4e42f0 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 27 Jul 2024 20:47:07 +0400 Subject: svol: bug fix --- scripts/svol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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) -- cgit v1.2.3