From 0018b660a8478d2cd8a44e25170ef21cd2e5b842 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 18 Oct 2023 17:33:16 +0200 Subject: [PATCH] Updates --- 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" }