koekeishiya / yabai

A tiling window manager for macOS based on binary space partitioning
MIT License
22.48k stars 630 forks source link

Yabai unable to manage Windows apps installed using whiskey #2339

Open JustinBacher opened 2 weeks ago

JustinBacher commented 2 weeks ago

I've began delving into MacOS gaming and saw that Whiskey would be a good avenue, the apps are working fine although for some reason Yabai doesn't seem to be able to manage the virtualized windows apps.

Issue replication steps:

  1. Install Whisky
    • brew install --cask whisky
  2. Install steam using Whisky
  3. Run Steam

When steam is running, it is not auto tiled nor can I use my shortcuts to force it off floating or send it to another space, etc...

System setup (I hope this is enough to help):

Edit

After posting, I noticed I'm also having an issue where the window moves around when my mouse enters the steam window itself, I stopped yabai and it still is doing that, I couldn't event manually quit steam I actually needed to use:

pgrep -i wine | xargs kill

Once I did that the problem seems to have gone away.