all repos

dotfiles @ b6e9e7d

my dotfiles
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,6 +20,6 @@

case $selected in logout) shall_continue hyprctl dispatch exit ;; suspend) shall_continue systemctl suspend ;; -rebbot) shall_continue systemctl reboot ;; +reboot) shall_continue systemctl reboot ;; poweroff) shall_continue systemctl poweroff ;; esac