system changes
This commit is contained in:
parent
7b222deb76
commit
08f29aae6a
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue