koekeishiya / yabai

A tiling window manager for macOS based on binary space partitioning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Scratchpad initially not visible

carlos-gtz opened this issue · comments

I have this in yabairc:

yabai -m rule --add app="^Slack$" scratchpad=slack grid=11:11:1:1:9:9

And this in skhdrc:

meh - s : yabai -m window --toggle slack || open -a "Slack" 

If it's the first time we are opening slack, the app is opened but quickly is hidden. If I click again meh - s, all subsequent toggles work as expected. The only problem is when using open - a "Slack". This happens to any other window.

Fixed in commit 0bfaa2d a long time ago, but not released yet.