Open szfkamil opened 8 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.
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:
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.