From 61425b2a6c761a1847c26473b3b9048021bce3c9 Mon Sep 17 00:00:00 2001 From: Myned Date: Sun, 27 Oct 2024 16:42:00 -0500 Subject: [PATCH] hyprland: enable window snapping Signed-off-by: Myned --- options/custom/desktops/hyprland/settings.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/options/custom/desktops/hyprland/settings.nix b/options/custom/desktops/hyprland/settings.nix index e35dda7..c56dfb9 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -111,6 +111,7 @@ in { layout = "master"; #// no_border_on_floating = true; resize_on_border = true; + snap.enabled = true; }; # https://wiki.hyprland.org/Configuring/Animations