From 33924e34db2f947cfc9633b2a144d3c80e6fa5b7 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Fri, 13 Jun 2025 17:53:31 +0300 Subject: [PATCH] bin: skip confirmation on niri logout --- bin/wofi-power-menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;;