diff --git a/bin/wofi-power-menu b/bin/wofi-power-menu index 168521c..0517959 100755 --- a/bin/wofi-power-menu +++ b/bin/wofi-power-menu @@ -20,7 +20,7 @@ shall_continue() { case $selected in logout) case $1 in - "niri") shall_continue niri msg action quit ;; + "niri") shall_continue niri msg action quit -s ;; "hypr") shall_continue hyprctl dispatch exit ;; esac ;;