Browse Source

Update wlogout logout action

pull/132/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
2c0f9603b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/wlogout/layout

2
config/wlogout/layout

@ -18,7 +18,7 @@
}
{
"label" : "logout",
"action" : "hyprctl dispatch exit",
"action" : "loginctl kill-session $XDG_SESSION_ID",
"text" : "Logout",
"keybind" : "e"
}

Loading…
Cancel
Save