<div dir="ltr"><div dir="ltr">I'm trying to reproduce your issues with my config, but I have no idea what I'm doing. Can you upload a sample I can try to work with?<div></div><div><br></div><div>Someone who plays Mono-based games reports they work fine with xmonad,k so that may not be the problem. Two others I'm aware of are:</div><div><br></div><div>(1) Your config does not have `ewmh` configured (this seems unlikely); or</div><div>(2) you're having `_NET_WORKAREA` issues.</div><div><br></div><div>If it's EWMH, simply configuring the `ewmh` combinator should fix it. But quite a lot of stuff required EWMH these days, so I can't imagine you haven't run into this before.</div><div><br></div><div>`_NET_WORKAREA` is complex. I'm told by other people that they have no problem with it (more correctly, without it), but I find I need to set it for some things (notably, KDE menus) to work properly. The difference may be that I have a status bar at the top of my screen.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 23, 2021 at 11:05 AM Platon Pronko <<a href="mailto:platon7pronko@gmail.com">platon7pronko@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi!<br>
<br>
Tried adding all the event masks, no effect. Even more, even if I remove all events from the mask except X.ExposureMask then mouse movement and keyboard buttons still work.<br>
<br>
Best regards,<br>
Platon Pronko<br>
<br>
On 2021-04-23 01:07, Brandon Allbery wrote:<br>
> On Thu, Apr 22, 2021 at 3:28 AM Platon Pronko <<a href="mailto:platon7pronko@gmail.com" target="_blank">platon7pronko@gmail.com</a> <mailto:<a href="mailto:platon7pronko@gmail.com" target="_blank">platon7pronko@gmail.com</a>>> wrote:<br>
> <br>
>     It seems that this could be happening due to XMonad being non-reparenting (I ran the same app under XFCE, and it seems to work okay).<br>
> <br>
> <br>
> This would not surprise me; it looks like they use Mono on Linux/Mac, and as yet there is no way to tell Mono that the window manager is non-reparenting so canvas widgets get messed up (they can't find themselves, since X11 uses window-relative addressing instead of screen-relative like Windows/.NET).<br>
> <br>
>     Any idea about what am I missing? Maybe my event masks are wrong?<br>
> <br>
> <br>
> You probably want all of the button-related events (see <a href="https://tronche.com/gui/x/xlib/events/mask.html" rel="noreferrer" target="_blank">https://tronche.com/gui/x/xlib/events/mask.html</a> <<a href="https://tronche.com/gui/x/xlib/events/mask.html" rel="noreferrer" target="_blank">https://tronche.com/gui/x/xlib/events/mask.html</a>>) so they'll be passed on to the child window.<br>
> <br>
> -- <br>
> brandon s allbery kf8nh<br>
> <a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a> <mailto:<a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>brandon s allbery kf8nh</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a></div></div></div></div></div></div>