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

yabai 0.7.2 no longer supports the layer=normal key/value #2172

Closed
shrugalic opened this issue Mar 18, 2024 · 1 comment
Closed

yabai 0.7.2 no longer supports the layer=normal key/value #2172

shrugalic opened this issue Mar 18, 2024 · 1 comment

Comments

@shrugalic
Copy link

Ever since #1929 I define most of my apps to have layer=normal:

yabai -m rule --add app=".*" layer=normal

This helped solve the issue where unmanaged applications, such as Eclipse, hiding windows of managed applications, such as Finder.

yabai -m rule --add app="^Eclipse$" manage=off

yabai v0.7.2 now complains unknown key 'layer' on launch, and consequently, unmanaged applications seem to hide windows of managed applications once more.

Is there another way to solve this previous issue?

@shrugalic
Copy link
Author

shrugalic commented Mar 18, 2024

There was a breaking change in v 0.7.x, as documented in #2128

Solution: use sub-layer instead of layer.

This solves my issue:

yabai -m rule --add app=".*" sub-layer=normal

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

1 participant