From fed9c7da5b8f95a03682a6271d5c8bade2deff0c Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 15 Apr 2024 09:44:47 +0100 Subject: [PATCH] Got them the wrong way round... --- home/sway/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/sway/default.nix b/home/sway/default.nix index 61fb177c..1d1edb36 100644 --- a/home/sway/default.nix +++ b/home/sway/default.nix @@ -36,8 +36,8 @@ workspaceAutoBackAndForth = true; bars = []; gaps = { - inner = 5; - outer = 10; + inner = 10; + outer = 5; }; fonts = { names = [fonts.monospace.name];