bakkeby / dmenu-flexipatch

A dmenu build with preprocessor directives to decide which patches to include during build time
MIT License
183 stars 78 forks source link

Add window width option support for center patch #29

Closed salastro closed 2 months ago

salastro commented 2 months ago

I figured out that such option doesn't exist, although I needed it. So, here is the implementation.

bakkeby commented 2 months ago

I think it is probably better to let the xyw patch override the width when centered rather than adding features that the center doesn't have.

I'll push a compatibility change for that.

salastro commented 2 months ago

Okay, I think that would be better. I will close this PR. Thank you.