From fd9005567fb733fd159208f3f55c739d870dace5 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 14 Aug 2025 22:24:41 +0200 Subject: [PATCH] hyprland: Fix window rounding --- modules/home/de/hyprland/settings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/de/hyprland/settings.nix b/modules/home/de/hyprland/settings.nix index cfbb132..abd301b 100644 --- a/modules/home/de/hyprland/settings.nix +++ b/modules/home/de/hyprland/settings.nix @@ -68,7 +68,7 @@ # No border when only one window "w[1], bordersize:0" # No gaps and no rounding on regular workspaces when only one window - "w[1]s[false], gapsout:0, gapsin:0, rounding:0" + "w[t1]s[false], gapsout:0, gapsin:0, rounding:0" # Large gaps on special workspaces "s[true], gapsout:30"