diff options
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" } |