Wlogout: Kill Hyprland process to prevent blackscreen bug.

This commit is contained in:
Viyurz 2024-02-12 09:52:03 +01:00
parent 66cfa30818
commit d86e60fbf7
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
} }
{ {
"label" : "logout", "label" : "logout",
"action" : "hyprctl dispatch exit --", "action" : "pkill -9 -u $(id -u) Hyprland",
"text" : "Logout", "text" : "Logout",
"keybind" : "e" "keybind" : "e"
} }