nikitabobko / AeroSpace

AeroSpace is an i3-like tiling window manager for macOS
https://nikitabobko.github.io/AeroSpace/guide
MIT License
6.22k stars 101 forks source link

How to make window fill display? #502

Closed stackingsaunter closed 3 weeks ago

stackingsaunter commented 3 weeks ago

CleanShot 2024-09-09 at 21 17 31@2x

Is it possible to make aerospace fill display and don't have that padding? I have accordiong padding set to 0

agenttank commented 3 weeks ago

depending on what you mean:

you can use this:

cmd-shift-f = 'macos-native-fullscreen'

or disable the gaps in the config file:

[gaps]
inner.horizontal = 10
inner.vertical =   10
outer.left =       0
outer.right =      0
outer.bottom =     0
outer.top = 15

(example)