diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-01-17 05:45:05 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-17 05:45:05 +0900 |
| commit | ffd8ce7793c0b6812f524f49aa10795aa467656d (patch) | |
| tree | 217e2b789a2463e8d4fbe7b95134b5cd9566acd0 /config/wlogout/layout | |
| parent | 870f5c7b7539744b626c713c95bc9983c8bde44d (diff) | |
| parent | f737762606a3169823240b2657f5430f09d1a11a (diff) | |
Merge pull request #133 from JaKooLit/development
Development
Diffstat (limited to 'config/wlogout/layout')
| -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" } |
