home-manager/programs/hyprland: use loginctl for session termination
This commit is contained in:
parent
cbf2ed3b10
commit
5348e741e8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ in {
|
|||
"$mod, w, exec, ${run "firefox"}"
|
||||
", Print, exec, ${runOnce "grimblast"} --notify --cursor copysave output"
|
||||
"$mod, q, killactive"
|
||||
"$mod SHIFT, q, exec, uwsm stop"
|
||||
"$mod SHIFT, q, exec, loginctl terminate-user ''"
|
||||
"$mod, Space, exec, ${toggle "fuzzel"}"
|
||||
"CTRL, Print, exec, ${runOnce "grimblast"} --notify --cursor --freeze copysave area"
|
||||
|
||||
|
|
Loading…
Reference in a new issue