From 94b4404d40c6c4bc0efe3bfefce2093f0eb37092 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 2 Nov 2024 14:28:59 -0500 Subject: [PATCH] hyprland: fix exit leaving dbus sessions open Signed-off-by: Myned --- options/custom/desktops/hyprland/binds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/desktops/hyprland/binds.nix b/options/custom/desktops/hyprland/binds.nix index 8cc97c7..e3ef9b4 100644 --- a/options/custom/desktops/hyprland/binds.nix +++ b/options/custom/desktops/hyprland/binds.nix @@ -71,7 +71,7 @@ in { # Lockscreen binds bindl = [ (key "Delete" "Ctrl" "exec" "${hyprctl} reload") - (key "Delete" "Ctrl+Alt" "exec" "${loginctl} terminate-session ''") + (key "Delete" "Ctrl+Alt" "exec" "${loginctl} terminate-user ''") # Current user sessions (key "Delete" "Super" "exec" inhibit) (key "L" "Super" "exec" "${hyprlock} --immediate & ${sleep} 1 && ${hyprctl} dispatch dpms off")