From aeb80cc53745d9292b54be75fcb74b4f7575702a Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Sat, 11 Feb 2023 18:47:52 -0500 Subject: [PATCH] tweaked powermenu script: --- scripts/powermenu/powermenu.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/powermenu/powermenu.sh b/scripts/powermenu/powermenu.sh index fc5763d..513f24a 100755 --- a/scripts/powermenu/powermenu.sh +++ b/scripts/powermenu/powermenu.sh @@ -73,7 +73,6 @@ run_cmd() { systemctl reboot elif [[ $1 == '--suspend' ]]; then mpc -q pause - amixer set Master mute systemctl suspend elif [[ $1 == '--logout' ]]; then if [[ "$DESKTOP_SESSION" == 'openbox' ]]; then