FelixKratz / JankyBorders

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

apply-to=<window-id> configuration ignores default config behavior after invoked #101

Closed aspauldingcode closed 1 month ago

aspauldingcode commented 1 month ago

After using the feature implemented from #57, I use a command to set the borders style=round or style=square for toggling gaps. However, after toggling fullscreen on then back off (with another custom script that uses apply-to= for hiding the border), the custom toggle-gaps command only applies to the windows which didn't invoke apply-to=.

Maybe there's a way to reset the border invocation of apply-to=<window-id> like reset=<window-id>, so that it continues to work with regular borders commands that don't use apply-to=<window-id>.

FelixKratz commented 1 month ago

Lets discuss this further in #57