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