From 7ce0f12282579c7adfe086594ef69425b3ef4af2 Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 10 Jun 2025 22:59:34 +0530 Subject: [PATCH] feat(hyprland): change gaps --- modules/home/desktop/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 53a3b6a..654a45c 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -8,7 +8,7 @@ # Hyprland border_size = 2; gaps_in = 5; - gaps_out = 5; + gaps_out = 10; gaps_ws = -10; rounding = 8; active_border_col = "rgba(90ceaaff) rgba(ecd3a0ff) 45deg";