Guillaume Gelin

Results 147 comments of Guillaume Gelin

I'll go ahead and close this one, if I understand correctly that's not on our side. Thanks @vividn!

Nop, I was surprised to see that it just runs a bare `pip install`. @cocktailpeanut using a virtualenv or telling users to enter one beforehands would be neat. :)

Thanks. I'll hold off a little and see how that evolves.

I can confirm, I've seen this a few weeks after we merged the PAspect PR. We probably need to make an exception for fullscreen windows, or watch another flag. What...

Just tried the fix and it seems quite brittle to me: if I "cmd_toggle_fullscreen" a floating window, it will still get over screen boundaries. It only works if I 1/...

We could probably use the type hints to deserialize the inputs... :)

Should be fixed now: https://github.com/qtile/qtile/pull/3057

Ah sorry, it only works for fullscreen windows but not maximized ones. I read too fast.

Got it. It's not a bug, it's a feature: we convert the keycodes we receive to the current keyboard layout keysym, which we then match against your keybindings. Otherwise you'd...