all repos

dotfiles @ 33924e3

i use rach linux btw
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
                20
                 case $selected in

              
                21
                21
                 logout)

              
                22
                22
                   case $1 in

              
                23
                
                -    "niri") shall_continue niri msg action quit ;;

              
                
                23
                +    "niri") shall_continue niri msg action quit -s ;;

              
                24
                24
                     "hypr") shall_continue hyprctl dispatch exit ;;

              
                25
                25
                   esac

              
                26
                26
                   ;;