bakkeby / patches

Collection of patches for dwm, st and dmenu
284 stars 30 forks source link

[BUG] st-background-image #63

Closed sudzxd closed 1 year ago

sudzxd commented 1 year ago

While installing the patch background-image for st, if the image is specified in .ff format st fails to load. I tried it with the older patch also but it does not seem to work.

bakkeby commented 1 year ago

That patch does not have anything to do with this repository, but do you have other patches applied?

Looking at https://github.com/bakkeby/st-flexipatch/blob/master/patch/background_image_x.c I see that the patch would conflict with the alpha patch.

sudzxd commented 1 year ago

Thanks for the help! I do have alpha installed. Will try removing the alpha patch and installing it again.

bakkeby commented 1 year ago

Or just add the adjustments that is made to the background-image patch to make it work with the alpha patch. Example in the file I referred to.

sudzxd commented 1 year ago

Thanks! But since i will be loading an image in st then the alpha patch is not needed. Thanks for the advice!