fix(wlogout): broken logout button

This commit is contained in:
2026-03-12 22:51:22 +00:00
parent 8b12bc3a3b
commit bc2c508969

View File

@@ -12,7 +12,7 @@
} }
{ {
"label" : "logout", "label" : "logout",
"action" : "loginctl terminate-user $USER", "action" : "hyprctl dispatch exit",
"text" : "Logout", "text" : "Logout",
"keybind" : "e" "keybind" : "e"
} }