xsnow-comp-patch
xsnow-comp-patch copied to clipboard
wmutils problems
When running with wmutils, wew can't detect event 7 (XCB_ENTER_NOTIFY).
Also, I noticed that compton draws a shadow when shadows are enabled.
I'll see if I can replicate your issues.
I ran compton with the config from your dotfiles, and I can't see anything strange (except that the snow is behind the shadows). I'll see what I can check on with wmutils.
I gave the xsnow window a class and classname of xsnow
, so you should be able to make compton ignore it.
@ix, can you write a more detailed description of what is/isn't happening with wew?
Basically, wew doesn't appear to return anything when the mouse cursor is placed over a window (aka, XCB_ENTER_NOTIFY). While not running xsnow, this doesn't happen.
I haven't tested stock xsnow without a compositor, however.
Can you try running without a compositor running? As long as compton isn't active, the patched version still uses stock functionality.
without a compositor it runs as expected, catching XCB_ENTER_NOTIFY events (likely because xsnow uses the root window)
Darn. Thanks for checking.
i think i've traced down the problem, and it looks like more of a problem with wew or how x11 handles events; namely, it appears that wew spawns XCB_ENTER_NOTIFY when xsnow is opened, and the event can't be controlled by another window because it's higher priority than the other windows. not sure if you can do anything about that
I might. I'll look into it.