diff --git a/hyprland/.config/wlogout/layout b/hyprland/.config/wlogout/layout index 30a4f25..d7bceef 100644 --- a/hyprland/.config/wlogout/layout +++ b/hyprland/.config/wlogout/layout @@ -15,7 +15,7 @@ } { "label": "shutdown", - "action": "sleep 1; systemctl poweroff", + "action": "sleep 1; vshutdown", "keybind": "s" } { @@ -25,6 +25,6 @@ } { "label": "reboot", - "action": "sleep 1; systemctl reboot", + "action": "sleep 1; vreboot", "keybind": "r" } \ No newline at end of file