diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2024-01-07 19:15:26 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-07 19:15:26 +0900 |
| commit | 2c0f9603b9c4d392f1fc46dd16fdffdc4c1fa466 (patch) | |
| tree | 0e111c8239e4e28f30020fcd0b3b175ece9856e4 | |
| parent | cf67d0e6a6a8c6dc6dbae789daa62adedc2d4f8e (diff) | |
Update wlogout logout action
| -rw-r--r-- | config/wlogout/layout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/wlogout/layout b/config/wlogout/layout index bbcb6257..c873650e 100644 --- a/config/wlogout/layout +++ b/config/wlogout/layout @@ -18,7 +18,7 @@ } { "label" : "logout", - "action" : "hyprctl dispatch exit", + "action" : "loginctl kill-session $XDG_SESSION_ID", "text" : "Logout", "keybind" : "e" } |
