Dots Changes

* Wlogout Fixes
  * Fixes SDDM Logout stuck in console
This commit is contained in:
2024-07-06 22:23:42 +05:30
parent 9f360c3b8b
commit 7df17c9c65

View File

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