diff options
author | Indrajith K L | 2024-07-06 22:23:42 +0530 |
---|---|---|
committer | Indrajith K L | 2024-07-06 22:23:42 +0530 |
commit | 7df17c9c655fe842e4c0947d5d5a4646f6a7a152 (patch) | |
tree | d366d8847cd05d0cda91b1c836949206b2655a0c /wlogout | |
parent | 9f360c3b8bac3ad44588d05664a123b7d42126c4 (diff) | |
download | dots-7df17c9c655fe842e4c0947d5d5a4646f6a7a152.tar.gz dots-7df17c9c655fe842e4c0947d5d5a4646f6a7a152.tar.bz2 dots-7df17c9c655fe842e4c0947d5d5a4646f6a7a152.zip |
Dots Changes
* Wlogout Fixes
* Fixes SDDM Logout stuck in console
Diffstat (limited to 'wlogout')
-rw-r--r-- | wlogout/layout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wlogout/layout b/wlogout/layout index 7013ee9db..cbcab7a32 100644 --- a/wlogout/layout +++ b/wlogout/layout @@ -12,7 +12,7 @@ } { "label" : "logout", - "action" : "loginctl terminate-user $USER", + "action" : "sleep1; hyprctl dispatch exit", "text" : "Logout", "keybind" : "e" } |