You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Ever since #1929 I define most of my apps to have
layer=normal
:This helped solve the issue where unmanaged applications, such as Eclipse, hiding windows of managed applications, such as Finder.
yabai
v0.7.2 now complainsunknown 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?
The text was updated successfully, but these errors were encountered: