resloved / i3

🔲 — Rounded i3-gaps
Other
277 stars 29 forks source link

Make the corner's radius customizable with border_radius param in .i3/config #3

Closed AlisCode closed 5 years ago

AlisCode commented 5 years ago

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 ! :)

AlisCode commented 5 years ago

Done :)