From a62e8a064320ec09797fdead60d705924c0f0ad9 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Tue, 13 Feb 2024 02:39:15 +0330 Subject: [PATCH] feat: void wlogout --- hyprland/.config/wlogout/layout | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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