system changes

This commit is contained in:
jjanzen 2025-03-25 17:55:45 -05:00
parent 7b222deb76
commit 08f29aae6a

View file

@ -9,10 +9,10 @@ Enable Aerospace as a window manager for macOS. I have disabled gaps, move the m
enable = true; enable = true;
settings = { settings = {
gaps = { gaps = {
outer.left = 0; outer.left = 10;
outer.bottom = 0; outer.bottom = 10;
outer.top = 0; outer.top = 10;
outer.right = 0; outer.right = 10;
}; };
on-focus-changed = [ on-focus-changed = [
"move-mouse window-lazy-center" "move-mouse window-lazy-center"