From b9e167360a8abf01f01144e0af78c2300528033d Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 29 Oct 2025 20:31:42 +0100 Subject: [PATCH] feat: set gaps in hyprland to 0 --- modules/home/hyprland/config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 09d768b..bd87ad0 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -110,8 +110,8 @@ general = { "$mainMod" = "ALT"; layout = "dwindle"; - gaps_in = 5; - gaps_out = 10; + gaps_in = 0; + gaps_out = 0; border_size = 2; "col.active_border" = "rgb(ffffff) rgb(ffffff) 45deg"; "col.inactive_border" = "0x00000000";