FelixKratz / JankyBorders

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

Rule system for apps and app windows #73

Open szfkamil opened 7 months ago

szfkamil commented 7 months ago

In yabai, you're able to use Regex to add rules for windows of a given app.

yabai -m rule --add label="Finder" app="^Finder$" title="(Co(py|nnect)|Move|Info|Pref)" manage=off

Currently, you can only disable borders for a specific application only.

Kryan90 commented 6 months ago

This would be great to have, one area it has been particularly irksome is in IDEs where the border is constantly being redrawn as various tool tip windows are activated:

Example in GoLand: image