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
While there are ways to make the rounded corners of borders anti-aliased it wouldn't be possible to round the actual window with anti-aliasing. It's only possible to do on the borders because they are drawn, while the rounding the windows requires masking them which doesn't allow for any level of opacity. I'd rather use the same method for both the window and the border to remain consistent, but I'm sure someone else could figure it out.
Alternatively you can take a look at the work being done on the compton fork picom. It isn't a full proof solution, but it makes the AA corners you're looking for.
I'm submitting a…
Current Behavior
The rounded edges are ugly and sharp.
Desired Behavior
I'd like to have a setting that makes the rounded corners nicely antialiased, similar to what polybar offers.
Environment
Output of
i3 --moreversion 2>&-
:The text was updated successfully, but these errors were encountered: