From 0d08ab10e9513c25e3a25c91a698c59423ebcb15 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 11 May 2026 15:15:52 +0100 Subject: [PATCH] =?UTF-8?q?hyprland:=20drop=20the=20snap=20config=20?= =?UTF-8?q?=E2=80=94=20too=20subtle=20to=20be=20useful?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Alignment snap fires only at the very last few pixels of drag with no visual feedback. Not what we wanted; revert. Co-Authored-By: Claude Opus 4.7 --- settings/hyprland.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index e8f6b9f..8fe662a 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -113,15 +113,6 @@ border_size = 2; layout = "dwindle"; resize_on_border = true; - - # Snap floating windows when dragged near each other or screen - # edges. Alignment-snap only — not Aero-style "drag to top to - # maximize". - snap = { - enabled = true; - window_gap = 10; - monitor_gap = 10; - }; }; decoration = {