From 888f66134c49b328d4205fd691a71c6825ea3f0b Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 9 Oct 2023 10:05:56 +0200 Subject: [PATCH] Added support for sddm --- 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" }