See issue #1338 - commit 0aa6202 introduced a problem with display changes, where root window Configure events would be ignored due to the new conditional, since the event comes from the root window itself. This is a small PR just moving that conditional, to make sure that root window events are always processed, and the filter only applies on other windows.
See issue #1338 - commit 0aa6202 introduced a problem with display changes, where root window Configure events would be ignored due to the new conditional, since the event comes from the root window itself. This is a small PR just moving that conditional, to make sure that root window events are always processed, and the filter only applies on other windows.