From 2233ef5ff4aab9bd04bbf3c52bba1024dc75e951 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Tue, 3 Oct 2023 20:37:48 +0200 Subject: [PATCH] Update Logout command --- wlogout/layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlogout/layout b/wlogout/layout index 50891a8..568bc3d 100644 --- a/wlogout/layout +++ b/wlogout/layout @@ -12,7 +12,7 @@ } { "label" : "logout", - "action" : "sleep 1; loginctl terminate-user $USER", + "action" : "sleep 1; hyprctl dispatch exit", "text" : "Logout", "keybind" : "e" }