FelixKratz / JankyBorders

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

Feature Request: "Allow list" #41

Closed vkhitrin closed 8 months ago

vkhitrin commented 8 months ago

I was wondering if there is an interest in having an "invert" of the blacklist. For example, by default, borders will not be drawn for any application, and users will have to opt in to have borders drawn individually.

Thank you for this great piece of software @FelixKratz!

FelixKratz commented 8 months ago

Thats a good idea, I have added this on master as a whitelist that works exactly like the current blacklist but of course only apps listed in the whitelist (and not listed in the blacklist) will receive a border.

If the whitelist is empty, all apps will receive a border (if they are not listed in the blacklist). This is the default behavior.