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

Doesn't place nice with Maccy #194

Closed
prestonr83 opened this issue Apr 1, 2024 · 2 comments
Closed

Doesn't place nice with Maccy #194

prestonr83 opened this issue Apr 1, 2024 · 2 comments

Comments

@prestonr83
Copy link

When trying to open maccy even when it is set in floating mode it immediately closes the window.

[[on-window-detected]]
if.app-id = 'org.p0deje.Maccy'
check-further-callbacks = true
run = ['layout floating']

output

@nikitabobko
Copy link
Owner

I can't reproduce it, please make sure that it's AeroSpace who steals the focus

@prestonr83
Copy link
Author

Ah you are correct it was front_app in sketchybar

Adding following to front_app.sh resolved the issue

if [ "$INFO" = "Maccy"  ]; then
  exit
fi

Thanks

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

2 participants