From b1d25a9a6359e84ca244b2b4ac7dcb675d8abed8 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 28 Nov 2023 18:15:05 +0100 Subject: [PATCH] Hyprland: smaller gaps --- modules/hm/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index d221ae6..0f7329d 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -83,8 +83,8 @@ general { # See https://wiki.hyprland.org/Configuring/Variables/ for more - gaps_in = 4 - gaps_out = 8 + gaps_in = 1 + gaps_out = 2 border_size = 2 col.active_border = rgba(${strPalette.normal.yellow}) rgba(${strPalette.normal.red}) 45deg col.inactive_border = rgba(${strPalette.bright.black})