From 6a7ef9466ba4fc4eb2ea24d0569680d98957f733 Mon Sep 17 00:00:00 2001 From: caley Date: Fri, 29 May 2026 18:02:47 +0200 Subject: Adjust gap and border sizes in hypr.nix --- nixos/hypr.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos/hypr.nix') diff --git a/nixos/hypr.nix b/nixos/hypr.nix index f29caa8..befd736 100644 --- a/nixos/hypr.nix +++ b/nixos/hypr.nix @@ -27,9 +27,9 @@ hl.config({ general = { - gaps_in = 5, - gaps_out = 10, - border_size = 2, + gaps_in = 2.5, + gaps_out = 5, + border_size = 1, resize_on_border = false, col = { active_border = "rgba(ffffffff)", -- cgit v1.3.1