elenapan / dotfiles

There is no place like ~/
GNU General Public License v2.0
3.51k stars 175 forks source link

Round Borders #89

Closed RequiemsGhost closed 4 years ago

RequiemsGhost commented 4 years ago

I'm not sure what I did wrong but it seems that I can't round my borders. Is there anyway I could fix this? https://user-images.githubusercontent.com/64157573/87232937-ff0d7380-c390-11ea-8235-f7487a46d32d.png

elenapan commented 4 years ago

Hi there,

I am using this picom fork in order to round the window corners. If you do not want to use it, but you prefer AwesomeWM to round the windows itself, you can enable rounding by removing the comment (--) from the decorations.enable_rounding() line here:

https://github.com/elenapan/dotfiles/blob/d5b72a03389fddd80a2734a81da3b9e0ce1a24fe/config/awesome/decorations/themes/ephemeral.lua#L9-L12

elenapan commented 4 years ago

I have now added a wiki entry for this question.