Wlogout: Kill Hyprland process to prevent blackscreen bug.
This commit is contained in:
parent
66cfa30818
commit
d86e60fbf7
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue