Tycho Andersen

Results 119 comments of Tycho Andersen

Yeah, I agree that it looks like BarrierHitEvent won't work since its opcode is too high. What problems were you having with SendEvent, though? The man page says it should...

Hum, I'll take a little bit later today. I think you have to use xproto.EventMask.* with SendEvent, but it's not obvious to me which one of those barrier corresponds to:...

Yeah, just reading the code it looks like it maybe won't work, in spite of what the man page says. Sorry, I didn't get a chance to look last night,...

Hi, just wanted to say that I have not forgotten about this :). Here is a smaller xcffib test case: ``` diff --git a/test/test_barrier_hit.py b/test/test_barrier_hit.py new file mode 100644 index...

Can you rebase with only the commits for this branch and drop all the merge noise?

Yeah, IMO it is kind of strange to generate an image without a top level tag.

This behavior seems a bit fiddly; can you add a test to make sure it doesn't break in the future? I think that will also help describe what the problem...

sudo exports `SUDO_{G,U}ID`, which is what I used to fix this type of thing in stacker.

Here is what I've been using more recently to set my own monitor DPI: https://gist.github.com/tych0/a0e2d802b4bde6476997051c576d0ea6 That, run from my xsession in combination with some detection to determine what font size...

I'm not a user of the wayland backend, but my understanding was that it was mostly supported out of the box? We don't have DPI scaling for our widgets though,...