Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow excluding windows from AeroSpace #552

Closed
3 tasks done
KoStard opened this issue Oct 2, 2024 · 6 comments
Closed
3 tasks done

Allow excluding windows from AeroSpace #552

KoStard opened this issue Oct 2, 2024 · 6 comments

Comments

@KoStard
Copy link

KoStard commented Oct 2, 2024

I use Amazon Chime, and when sharing screen, there is a yellow Screen Share Border that starts jumping between the space where the Chime was open and the space that the user is sharing. This flickering is very negative experience.

Experimented a bit, but still doesn't work:

[[on-window-detected]]
if.app-id = 'com.amazon.Amazon-Chime'
run = 'layout floating'

# Later added this as well:
[[on-window-detected]]
if.window-title-regex-substring = 'Screen Share Border'
run = 'move-node-to-workspace 1'

Checklist

aerospace CLI client version: 0.14.2-Beta 0cb8dbdfc5ee73b8cbc200f175f467ebead55201
AeroSpace.app server version: 0.14.2-Beta 0cb8dbdfc5ee73b8cbc200f175f467ebead55201```
@KoStard
Copy link
Author

KoStard commented Oct 2, 2024

@KoStard
Copy link
Author

KoStard commented Oct 2, 2024

I am really enjoying the tool, would be nice to cover this as well :)

@Koleok
Copy link

Koleok commented Oct 7, 2024

Feeling the need for this as well in regards to drop down terminal workflow actually the callbacks method worked fine after I found the right window id.

@timojokinen
Copy link

This feature would be great, so I can open my terminal via shortcut independent from any workspace. Right now I set the layout for wezterm to floating and I use a bash script that checks if wezterm is already open - if no, it opens in the active workspace and if yes, finds the window id, moves it to the active monitor and workspace and focuses it but it's kind of slow (2-3s). Is there a better way to do it currently?

@phucuong1112
Copy link

I am excited and looking forward to this feature so that I can migrate from Yabai.

@nikitabobko
Copy link
Owner

Duplicate of #2

@nikitabobko nikitabobko marked this as a duplicate of #2 Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants