From 355026fa2a4bd6e212cb0c225a4607b3ab9296b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Mon, 23 Sep 2024 13:20:19 -0300 Subject: [PATCH] :sparkles: feat(wlogout): new style --- wlogout/layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlogout/layout b/wlogout/layout index 2690147..98f4d0b 100644 --- a/wlogout/layout +++ b/wlogout/layout @@ -24,7 +24,7 @@ } { "label" : "logout", - "action" : "loginctl terminate-user $USER", + "action" : "loginctl terminate-user $USER && killall sddm", "text" : "Logout", "keybind" : "e" }