iOS Simulator Window Doesn't Float Like Other Small Windows #1542
Answered
by
nikitabobko
arilebedey
asked this question in
questions-and-answers
-
|
Hi! I noticed that the iOS Simulator window in Xcode behaves differently from other small windows in Aerospace. With my config, other non-fullscreen Aerospace puts them in floating mode automatically, but the Simulator window always sticks to the left side of the screen instead of floating. Here’s a short video showing the issue (attached). Is this a known limitation or is there a workaround? Thanks! My config: start-at-login = true
enable-normalization-flatten-containers = true
enable-normalization-opposite-orientation-for-nested-containers = true
accordion-padding = 0
default-root-container-layout = 'accordion'
default-root-container-orientation = 'horizontal'
on-focused-monitor-changed = ['move-mouse monitor-lazy-center']
automatically-unhide-macos-hidden-apps = false
[key-mapping]
preset = 'qwerty'
[gaps]
inner.horizontal = 0
inner.vertical = 0
outer.left = 0
outer.bottom = 0
outer.top = 0
outer.right = 0
[mode.main.binding]
alt-slash = 'layout tiles horizontal'
alt-comma = 'layout accordion horizontal vertical'
alt-shift-semicolon = 'mode service'
# ...... more key bindings
[mode.service.binding]
esc = ['reload-config', 'mode main']
r = ['flatten-workspace-tree', 'mode main']
f = ['layout floating tiling', 'mode main']
# ...... more bindingsoutput.mov |
Beta Was this translation helpful? Give feedback.
Answered by
nikitabobko
Jul 13, 2025
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nikitabobko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#1547