Re: Checking when SCREEN_RESOURCES property is updated

2022-01-09 Thread Dave Howorth
On Fri, 07 Jan 2022 08:29:50 + Xaro wrote: > Hello, > > I have an application that reads some Xresources file configs to > update its theme. > > So i use XOpenDisplay, XResourceManagerString and > XrmGetStringDatabase from libx11 to get the fields that i want. > > My problem is when the

Checking when SCREEN_RESOURCES property is updated

2022-01-08 Thread Xaro
Hello, I have an application that reads some Xresources file configs to update its theme. So i use XOpenDisplay, XResourceManagerString and XrmGetStringDatabase from libx11 to get the fields that i want. My problem is when the user update the Xresources file then run `xrdb ~/.Xresources` my v