nikitabobko / AeroSpace

AeroSpace is an i3-like tiling window manager for macOS
https://nikitabobko.github.io/AeroSpace/guide
MIT License
6.22k stars 101 forks source link

Reduce workspace switching flicker #275

Closed ilyaluk closed 3 months ago

ilyaluk commented 3 months ago

Previously, workspace switch might flicker a bit upon changing to a higher number. This could be observed by switching repeatedly between first and second workspace, for example. 2->1 does not flicker, but 1->2 sometimes shows desktop. This fixes the issue: visible workspaces are first unhidden, and then invisible ones are hidden.

nikitabobko commented 3 months ago

Thanks! Merged with minor changes from me