From 94c7ffb1e58ef84f4a6338b3c3a7942a10f84984 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 30 Aug 2024 13:08:47 +0200 Subject: [PATCH] feat: `gaps_out = 5;` -> `gaps_out = 10;` --- modules/home/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index e32e292..564e166 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -37,7 +37,7 @@ "$mainMod" = "ALT"; layout = "dwindle"; gaps_in = 5; - gaps_out = 5; + gaps_out = 10; border_size = 2; "col.active_border" = "rgb(cba6f7) rgb(94e2d5) 45deg"; "col.inactive_border" = "0x00000000";