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

Fix window embedding with XRESOURCES_PATCH enabled #19

Closed UtkarshVerma closed 1 month ago

UtkarshVerma commented 1 year ago

Window embedding was broken with the XRESOURCES patch because the parent window computation was happening before the args were passed. This PR moves that section to after args have been passed.

Here's the picture of this working: image

bakkeby commented 1 month ago

Added this, thanks.