all repos

dotfiles @ b6e9e7d

i use rach linux btw
1 files changed, 1 insertions(+), 1 deletions(-)
fix: wofi-power-menu
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-01-21 15:13:56 +0200
Parent: 5136d5f
M bin/wofi-power-menu
ยทยทยท
                20
                20
                 case $selected in

              
                21
                21
                 logout) shall_continue hyprctl dispatch exit ;;

              
                22
                22
                 suspend) shall_continue systemctl suspend ;;

              
                23
                
                -rebbot) shall_continue systemctl reboot ;;

              
                
                23
                +reboot) shall_continue systemctl reboot ;;

              
                24
                24
                 poweroff) shall_continue systemctl poweroff ;;

              
                25
                25
                 esac