From ceb68277fbfb5d4ba0e0e6a1dc48dabf36edddff Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Wed, 5 Jan 2022 21:10:00 +0300 Subject: [PATCH] Change logout command for wlogout window --- config/wlogout/layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/wlogout/layout b/config/wlogout/layout index 0c142a1..f5fe8fe 100644 --- a/config/wlogout/layout +++ b/config/wlogout/layout @@ -6,7 +6,7 @@ } { "label" : "logout", - "action" : "loginctl terminate-user $USER", + "action" : "swaymsg exit", "text" : "Logout", "keybind" : "e" }