From a0048ec816f42e15b7413f552a9946e450baa080 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 11 Jun 2025 18:56:41 -0500 Subject: fixed awesome to be a bit more consistant to hyprland. fixed autostart --- env/.config/wlogout/layout | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'env/.config/wlogout') diff --git a/env/.config/wlogout/layout b/env/.config/wlogout/layout index 9f88d6a..1c1f3b0 100644 --- a/env/.config/wlogout/layout +++ b/env/.config/wlogout/layout @@ -1,12 +1,12 @@ { "label" : "shutdown", - "action" : "poweroff", + "action" : "loginctl poweroff", "text" : "Shutdown", "keybind" : "s" } { "label" : "reboot", - "action" : "reboot", + "action" : "loginctl reboot", "text" : "Reboot", "keybind" : "r" } -- cgit v1.3