From 08f29aae6a49173764e09e9d7c0ac55024b848d5 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 25 Mar 2025 17:55:45 -0500 Subject: [PATCH] system changes --- macos.local/flake/system/aerospace.nix.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/macos.local/flake/system/aerospace.nix.org b/macos.local/flake/system/aerospace.nix.org index a0c72df..a1e617a 100644 --- a/macos.local/flake/system/aerospace.nix.org +++ b/macos.local/flake/system/aerospace.nix.org @@ -9,10 +9,10 @@ Enable Aerospace as a window manager for macOS. I have disabled gaps, move the m enable = true; settings = { gaps = { - outer.left = 0; - outer.bottom = 0; - outer.top = 0; - outer.right = 0; + outer.left = 10; + outer.bottom = 10; + outer.top = 10; + outer.right = 10; }; on-focus-changed = [ "move-mouse window-lazy-center"