home-manager/programs/hyprland: use loginctl for session termination

This commit is contained in:
Anthony Rodriguez 2024-12-26 15:38:58 +01:00
parent cbf2ed3b10
commit 5348e741e8
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -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"