make logout sddm-compatible

This commit is contained in:
end-4
2024-01-15 12:06:02 +07:00
parent 300f4f94ab
commit f1c141a80b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
}
{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"action" : "killall Hyprland",
"text" : "logout",
"keybind" : "e"
}