aboutsummaryrefslogtreecommitdiff
path: root/macos.local/flake/system/aerospace.nix.org
diff options
context:
space:
mode:
Diffstat (limited to 'macos.local/flake/system/aerospace.nix.org')
-rw-r--r--macos.local/flake/system/aerospace.nix.org10
1 files changed, 6 insertions, 4 deletions
diff --git a/macos.local/flake/system/aerospace.nix.org b/macos.local/flake/system/aerospace.nix.org
index a0c72df..eaf48e6 100644
--- a/macos.local/flake/system/aerospace.nix.org
+++ b/macos.local/flake/system/aerospace.nix.org
@@ -9,10 +9,12 @@ 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;
+ inner.horizontal = 10;
+ inner.vertical = 10;
};
on-focus-changed = [
"move-mouse window-lazy-center"