From d6ccbd46de2fdf834231893780e434f9658a451d Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 14 Dec 2025 20:36:29 +0000 Subject: [PATCH] users/jordan: no hyprland gaps --- users/jordan/common/optional/graphical/hyprland/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/users/jordan/common/optional/graphical/hyprland/default.nix b/users/jordan/common/optional/graphical/hyprland/default.nix index 869b334..751cbfe 100644 --- a/users/jordan/common/optional/graphical/hyprland/default.nix +++ b/users/jordan/common/optional/graphical/hyprland/default.nix @@ -66,8 +66,8 @@ in ]; settings = { general = { - gaps_in = 5; - gaps_out = 20; + gaps_in = 0; + gaps_out = 0; border_size = 2; @@ -115,7 +115,7 @@ in }; decoration = { - rounding = 10; + rounding = 0; active_opacity = 1.0; inactive_opacity = 1.0;