From e6d5f76c4bbbc9a5b1ec26016ec179325813c6a8 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 30 Aug 2024 12:39:35 +0200 Subject: [PATCH] feat: adds gaps to hyprland --- 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 b31e3c8..e32e292 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -36,8 +36,8 @@ general = { "$mainMod" = "ALT"; layout = "dwindle"; - gaps_in = 0; - gaps_out = 0; + gaps_in = 5; + gaps_out = 5; border_size = 2; "col.active_border" = "rgb(cba6f7) rgb(94e2d5) 45deg"; "col.inactive_border" = "0x00000000";