From d86e60fbf7f48fef39075f17f29e980a2f771125 Mon Sep 17 00:00:00 2001 From: Viyurz <128215328+Viyurz@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:52:03 +0100 Subject: [PATCH] Wlogout: Kill Hyprland process to prevent blackscreen bug. --- .config/wlogout/layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/wlogout/layout b/.config/wlogout/layout index 2de5285..229b1f8 100644 --- a/.config/wlogout/layout +++ b/.config/wlogout/layout @@ -6,7 +6,7 @@ } { "label" : "logout", - "action" : "hyprctl dispatch exit --", + "action" : "pkill -9 -u $(id -u) Hyprland", "text" : "Logout", "keybind" : "e" }