From 97abe951e4e52152341cb983dba5495b2931bea5 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.dev> Date: Wed, 3 Apr 2024 20:04:05 +0100 Subject: [PATCH] Enable smart gaps in Sway --- lib/nixos/home-manager/modules/sway.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/nixos/home-manager/modules/sway.nix b/lib/nixos/home-manager/modules/sway.nix index 8dcc853e..dd02257e 100644 --- a/lib/nixos/home-manager/modules/sway.nix +++ b/lib/nixos/home-manager/modules/sway.nix @@ -120,9 +120,9 @@ }]; gaps = { - inner = 0; + inner = 5; smartBorders = "on"; - # smartGaps = true; + smartGaps = true; }; input = {