FelixKratz / JankyBorders

A lightweight window border system for macOS
GNU General Public License v3.0
860 stars 19 forks source link

Border visibility based on number of apps in current space #70

Closed seve-andre closed 5 months ago

seve-andre commented 5 months ago

I'd like to make the border visible only when there are two or more apps running in the current space. If there's just one app in the current space, then no border should be displayed. Is there a way to do so?

FelixKratz commented 5 months ago

Sure thats possible through scripting, see: #53

seve-andre commented 5 months ago

Thank you!