Issue with popup windows #2196
Unanswered
Hexacker
asked this question in
questions-and-answers
Replies: 3 comments 5 replies
Well, how else do you expect it to work? (no sarcasm, it's an honest question) I assume you did this: on-window-detected = [
{ check-further-callbacks = true, if = 'true', run = 'layout tiling' }, # enforcing tiling for all apps
# all other callbacks...
]If so, then AeroSpace is doing exactly what you told it to do. I am rather curious why you enforce tiling like this? Which windows does AeroSpace float by default where you didn't expect that? |
0 replies
|
Well, I just deleted that part and it's working perfectly fine right now |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I'm using Aerospace for more than one year now, I really love how much productive it made me. I'm facing one issue with popup windows. I'm enforcing tiling for all apps and that created an issue, the small windows and popups take the half of the screen which is not cool.
I've fixed the MacOS Security Agent appearance by setting
[[on-window-detected]] if.app-id = 'com.apple.SecurityAgent' run = 'layout floating'It's working perfectly fine, but for other cases it's not. Is there any solution/workarround to solve this issue?
All reactions