FelixKratz / JankyBorders

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

Feature Request: Square borders #11

Closed rockofox closed 10 months ago

rockofox commented 10 months ago

I'm not sure if this is in scope for this project, but I'd love to see square borders akin to older versions of yabai, cxa's yabai fork and tiling WMs on Linux.

FelixKratz commented 10 months ago

I will add an option for square borders later today, however, I will probably do it a bit different than the alternatives you have mentioned.

rockofox commented 10 months ago

Awesome! Thanks for the quick response

FelixKratz commented 10 months ago

I have added this just now. The way this differs from other implementations is that the border is only square on the outside but is still rounded on the inside. This is because the standard macOS windows are rounded and else there could be gaps between the window and the border if the border width is too small.

net commented 9 months ago

Is it possible to draw the borders over their windows and inset from their windows edge? This would let square borders cover up their windows' rounded corners.

FelixKratz commented 7 months ago

See #37 for details about how to achieve truely square borders.