fix: logout command

This commit is contained in:
hesam-init 2024-02-23 13:35:34 +03:30
parent c956c97dd9
commit 3d74faba79

View file

@ -103,7 +103,7 @@ run_cmd() {
if [[ "$1" == '--opt1' ]]; then
swaylock
elif [[ "$1" == '--opt2' ]]; then
confirm_run 'kill -9 -1'
confirm_run 'hyprctl dispatch exit'
elif [[ "$1" == '--opt3' ]]; then
confirm_run 'mpc -q pause' 'amixer set Master mute' 'systemctl suspend'
elif [[ "$1" == '--opt4' ]]; then