dmenu-flexipatch icon indicating copy to clipboard operation
dmenu-flexipatch copied to clipboard

Fix window embedding with XRESOURCES_PATCH enabled

Open UtkarshVerma opened this issue 2 years ago • 0 comments

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

UtkarshVerma avatar Feb 19 '23 05:02 UtkarshVerma