From cd7e60b7a1e30aa3bad2f70c529539edcf327d7b Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 8 Sep 2025 08:40:18 +0200 Subject: [PATCH] hyprland: make snapping gap consistent with tiling gap --- .config/hypr/hyprland/general.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/hypr/hyprland/general.conf b/.config/hypr/hyprland/general.conf index fac6ae819..1de8cd19c 100644 --- a/.config/hypr/hyprland/general.conf +++ b/.config/hypr/hyprland/general.conf @@ -34,7 +34,9 @@ general { snap { enabled = true - respect_gaps = true + window_gap = 4 + monitor_gap = 5 + respect_gaps = true } }