Good job on forking i3 and adding rounded corners. It's brilliant !
I noticed that you hardcoded the radius in the x.c file, so I went ahead and made it easier for a user of your fork to change this value. Otherwise, one would need to read the code, change the value, compile and install.
This PR allows a user to customize the corner's radius by putting the line "border_radius <number>" in their i3 config file. Simple ! :)
Hi @resloved ,
Good job on forking i3 and adding rounded corners. It's brilliant ! I noticed that you hardcoded the radius in the
x.c
file, so I went ahead and made it easier for a user of your fork to change this value. Otherwise, one would need to read the code, change the value, compile and install.This PR allows a user to customize the corner's radius by putting the line "border_radius
<number>
" in their i3 config file. Simple ! :)