diff --git a/.config/wlogout/layout b/.config/wlogout/layout index 43c4e31..1b89340 100644 --- a/.config/wlogout/layout +++ b/.config/wlogout/layout @@ -6,19 +6,19 @@ } { "label" : "logout", - "action" : "pkill -9 -u $(id -u) Hyprland", + "action" : "hyprctl dispatch exit", "text" : "Logout", "keybind" : "e" } { "label" : "shutdown", - "action" : "loginctl poweroff", + "action" : "poweroff", "text" : "Shutdown", "keybind" : "s" } { "label" : "reboot", - "action" : "loginctl reboot", + "action" : "reboot", "text" : "Reboot", "keybind" : "r" }