Added support for individual rounded corners in the experimental backend#5
Added support for individual rounded corners in the experimental backend#5Philipp-M wants to merge 1 commit into
Conversation
|
Chapeau @Philipp-M, this is a really neat implementation converting |
|
soo, are Individual Rounded Corners for Individual Windows are in work? |
|
This is quite old and has diverged quite a bit from the original repo. |
Most of the functionality (maybe all by now?) of this fork is now merged upstream, if someone wants to do it they should probably rebase this PR on the upstream. |
This PR adds support for individual rounded corners, to be able to achieve the effect as discussed in my previous comment: yshui#361 (comment)
Each rounded corner can be configured per window like
corner-radiususing the new config optionscorner-radius-top-left,corner-radius-top-right,corner-radius-bottom-rightandcorner-radius-bottom-left.Though because the old backends are deprecated someday in the future I haven't added support for them.