From 7df17c9c655fe842e4c0947d5d5a4646f6a7a152 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 6 Jul 2024 22:23:42 +0530 Subject: Dots Changes * Wlogout Fixes * Fixes SDDM Logout stuck in console --- wlogout/layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlogout/layout b/wlogout/layout index 7013ee9db..cbcab7a32 100644 --- a/wlogout/layout +++ b/wlogout/layout @@ -12,7 +12,7 @@ } { "label" : "logout", - "action" : "loginctl terminate-user $USER", + "action" : "sleep1; hyprctl dispatch exit", "text" : "Logout", "keybind" : "e" } -- cgit v1.2.3