From 3538692b6075003878c20e2d164b6e231977161e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 6 Aug 2023 18:58:48 +0200 Subject: [PATCH] feat(i3): enable gaps --- configs/i3.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/i3.nix b/configs/i3.nix index 11df913..e75a5af 100644 --- a/configs/i3.nix +++ b/configs/i3.nix @@ -84,6 +84,7 @@ in { displayManager.defaultSession = "none+i3"; windowManager.i3 = { enable = true; + package = pkgs.i3-gaps; }; }; @@ -140,6 +141,7 @@ in { } ]; }; + gaps.inner = 4; floating = { titlebar = false; border = 1;