Disable Topmost For Floating Windows on Yabai v7 #2745
ericwang401
started this conversation in
Show and tell
Replies: 1 comment
-
|
Ok, for some reason, that config bugs out for Adobe apps, notably Lightroom Classic and Premiere Pro. For Premiere Pro, they use a special window type (using the accessibility API) such that it's not classified as a "real" window according to Yabai source code. So these apps' windows would appear topmost on first creation and would go to normal behavior if you toggle using shift + option + t using my skhd config above. But here's a new config to patch this: |
Beta Was this translation helpful? Give feedback.
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 wanted to make this post since Yabai had a lot of breaking changes between major versions, making a lot of old workarounds break and even LLMs struggle too. Configuration like
yabai -m config window_topmost offdo not work.I'm in a situation where I sort of want the best of both words where I can freely opt in and out of Yabai because I frequently re-arrange my workspace, so I want to be able to toggle between bsp and floating mode.
This setup currently works on
yabai-v7.1.16.In my skhd config, I added a
sub-layerflag to disable the floating on top:In my yabairc config, I also added the flag for all apps:
yabai -m rule --add app=".*" manage=off sub-layer=belowWithout the
sub-layerflag in the Yabai config, new windows will still appear on top until you hit theshift + alt - ttoggle.Here's my entire config if you'd like to copy my hybrid setup:
Beta Was this translation helpful? Give feedback.
All reactions