Jeroen Wijenbergh

Results 209 comments of Jeroen Wijenbergh

I think you need to add pywayland.utils to the docs MOCK_MODULES for the CI to work. Add it under here https://github.com/qtile/qtile/blob/551269802f4fedcbe130f139528afa2fdd3967f4/docs/conf.py#L52

Hi! Sorry for not working on qtile for so long. I have been meaning to pickup the wlroots 0.17.0 PR but haven't had time yet. I feel like it makes...

Hi! Thanks for the pr, but why not just read the file with python?

> > Hi! Thanks for the pr, but why not just read the file with python? > > Oh true I forgot python has the `open()` function, I can modify...

Thanks for the PR. Maybe we also need to check if there is no more parent or of the role is None? See e.g. https://github.com/djpohly/dwl/blob/d6fabe3a150d2e464078c3269410d56e8bbeb54f/client.h#L91-L104.

Dwm and i3 both handle it. Dwm handles it by finding the monitor under the cursor on each motion notify event (on the root window) https://git.suckless.org/dwm/file/dwm.c.html#l1137 @elParaguayo's solution is more...

> Yes, on my phone right now but there's likely multiple issues opened on this matter. I have two screens and never try to drag a window from a screen...

> @jwijenbergh i3 also does it with motion notify events ([source](https://github.com/i3/i3/blob/next/src/handlers.c#L206)), but we're indeed limited by CPython here. :) I doubt python couldn't handle it to be fair, we already...

> @jwijenbergh are you able to test on x11? This shouldn't get merged if it breaks existing (working) behaviour. Will have a look

> > Yes, on my phone right now but there's likely multiple issues opened on this matter. I have two screens and never try to drag a window from a...