mogenson/PaperWM.spoon

Terminal and Finder tabs are detected as unique windows and tiled with gaps

Opened this issue · 2 comments

Open a new tab in a Terminal or Finder window (may also occur in other applications). That window will be moved right the width of the window. This is because we are detecting the new tab as a unique window with a width of the original window.

Figure out how to detect when a window is a tab and ignore it. Maybe compare window ID with the window list?

Being worked on in #41