From 2c0f9603b9c4d392f1fc46dd16fdffdc4c1fa466 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sun, 7 Jan 2024 19:15:26 +0900 Subject: [PATCH] Update wlogout logout action --- config/wlogout/layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/wlogout/layout b/config/wlogout/layout index bbcb625..c873650 100644 --- a/config/wlogout/layout +++ b/config/wlogout/layout @@ -18,7 +18,7 @@ } { "label" : "logout", - "action" : "hyprctl dispatch exit", + "action" : "loginctl kill-session $XDG_SESSION_ID", "text" : "Logout", "keybind" : "e" }