You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A patch, that adds a _IS_FLOATING xproperty for floating windows,
so you can add compositor rules accordingly, for example (with a picom fork with rounded corners) adding this to your picom.conf
This works nicely. I ended up embedding this with the ewmhtags patch (which I had given the bar_ prefix as it only added hints related to the bar. I may remove that prefix later on, but left it as-is for now). Thanks.
A patch, that adds a _IS_FLOATING xproperty for floating windows,
so you can add compositor rules accordingly, for example (with a picom fork with rounded corners) adding this to your picom.conf
rounded-corners-exclude = [ "! _IS_FLOATING@:32c = 1" ];
rounds all floating windows
patch:
The text was updated successfully, but these errors were encountered: