all repos

dotfiles @ 33924e34db2f947cfc9633b2a144d3c80e6fa5b7

my dotfiles
1 files changed, 1 insertions(+), 1 deletions(-)
bin: skip confirmation on niri logout
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-06-13 17:53:31 +0300
Parent: 464214a
M bin/wofi-power-menu

@@ -20,7 +20,7 @@

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 ;;