From bd9bbdda100d720a2927b4744c3ced0ac60faba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sun, 16 Apr 2023 17:59:21 +0200 Subject: [PATCH] feat(hyprland): decrease gap size --- modules/programs/hyprland/config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/programs/hyprland/config.nix b/modules/programs/hyprland/config.nix index cb2b447..71d512a 100644 --- a/modules/programs/hyprland/config.nix +++ b/modules/programs/hyprland/config.nix @@ -43,8 +43,8 @@ in general { # See https://wiki.hyprland.org/Configuring/Variables/ for more - gaps_in = 5 - gaps_out = 5 + gaps_in = 3 + gaps_out = 3 border_size = 2 col.active_border = rgba(1affffee) col.inactive_border = rgba(595959aa)