FelixKratz / JankyBorders

A lightweight window border system for macOS
GNU General Public License v3.0
1.37k stars 21 forks source link

Allow different border colors for different applications #124

Open raner opened 1 month ago

raner commented 1 month ago

I'm wondering what would be involved in supporting different border colors for different applications. This would solve my long-standing problem of quickly distinguishing many similar looking application windows when using the exposé function. Instead of having one border color for the active window and another color for all inactive windows, different border colors could be configured on a per-application basis (e.g., dark green for inactive console, bright green for active). Since a lot of apps are web-based these days, it would also be helpful for some frequently used applications (e.g., Chrome) if borders could further be configured based on certain strings that occur in the title bar.

Bellavene commented 1 month ago

Duplicate of https://github.com/FelixKratz/JankyBorders/issues/57