From b6e9e7df125bad15ce6cb42c7be83c06b5dbe226 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Sun, 21 Jan 2024 15:13:56 +0200 Subject: [PATCH] fix: wofi-power-menu --- 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 89ff3d0..f751cea 100755 --- a/bin/wofi-power-menu +++ b/bin/wofi-power-menu @@ -20,6 +20,6 @@ shall_continue() { 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