-
-
Notifications
You must be signed in to change notification settings - Fork 653
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
Ignoring launcher window #2397
Comments
Following up on this, I found there is a special type of window (hacked) in Electron to behave as similarly as possible to those "panel" apps like Spotlight or Alfred: electron/electron#34388 I dove a bit with
Example log for ChatGPT panel creation/destruction.
Electron's panel-window logs
Window data for Electron's launcher window (looks like a completely normal window :/)
Any ideas based on this on how to make the Electron's panel fully transparent to yabai? |
(This may be out of scope but worth asking for any potential hints or tricks)
I'm trying to create a minimal launcher, similar to Spotlight or Alfred, that's written in Electron: https://gist.github.com/jbriales/c8b451973dfc2a60749b904f78a588f4
It seems those launcher windows are fully "transparent" to yabai (they don't get listed as windows at all), but the window created by Electron is listed:
Window query details
Is there any special setup in yabai so that those launcher windows get fully ignored? Or is it potentially sth missing on my launcher-app side?
This is important e.g. to avoid noisy signals about focus/front-app changes when opening this quick launcher.
The text was updated successfully, but these errors were encountered: