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"