diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-07-15 23:52:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 23:52:34 +0900 |
| commit | 86f5235e548c722c9e213eb250c750a275596810 (patch) | |
| tree | bc3d26f4997f5118f1a701c16394679bb9e28fb3 | |
| parent | a2b48d73d82ad015b8bc2095008dd4887adc0a21 (diff) | |
| parent | ddd606047326a669d0e8e9fdc3f1cd9888eebc83 (diff) | |
Merge pull request #756 from Humblemonk/patch-1
Update the logout command used by wlogout
| -rw-r--r-- | config/wlogout/layout | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/wlogout/layout b/config/wlogout/layout index ea468745..bcebbf44 100644 --- a/config/wlogout/layout +++ b/config/wlogout/layout @@ -18,7 +18,7 @@ } { "label" : "logout", - "action" : "loginctl kill-session $XDG_SESSION_ID", + "action" : "hyprctl dispatch exit 0", "text" : "Logout", "keybind" : "e" } @@ -33,4 +33,4 @@ "action" : "systemctl hibernate", "text" : "Hibernate", "keybind" : "h" -}
\ No newline at end of file +} |
