https://bugs.kde.org/show_bug.cgi?id=455993
David Redondo <k...@david-redondo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@david-redondo.de --- Comment #4 from David Redondo <k...@david-redondo.de> --- Turns out there are multiple ways to grab your pointer; - GrabPointer has a grab_window parameter that grabs the window and a confine_to window to which the window is confined. - Additionally there is also a XIGrabDevice request. In the xserver if somebody is using the xinput request it goes into the same path but with confine_to not set (None). The xwayland path is only hooked into if we have a confinement and then will do a pointer constraints For exmaple Qt first tries xinput and then grabpointer without confinement so imo it would make sense to have a window rule to confine pointer to windows. -- You are receiving this mail because: You are watching all bug changes.