Kevin Most

Results 18 comments of Kevin Most
trafficstars

Interesting. If I run with `--mouse`, CapsLock+LeftClick immediately works (without waiting for the delay), presumably because now `xremap` is observing the mouse and realizing that the CapsLock event is "held"...

Sorry, no, `--mouse` makes my trackpad stop moving, even with the `sleep 1` workaround. Here's a more detailed breakdown: 1) No `sleep 1`, no `--mouse` - Trackpad movement doesn't work,...

Hm, unfortunately that seems to have the same behavior as I see on master (both with and without the `--mouse` flag).

> A local value initialised with an expression of a platform type may or may not have a type declaration: Dunno that I like this. Just because the scope is...

Trying to make some crazy class-headers just to see how I can keep it readable when a ton of logic is in the header. I ended up fairly happy with...

I think that the example @voddan gave is a perfect example why this _should_ be applicable to literals, not just booleans. `Rectangle(10.0, 10.0, 100.0, 5.0)` is ambiguous. Where is the...

Hi! Any blockers to merging this? I was just writing up a discussion topic requesting this exact config flag. :)

To add to this, it seems to me that the output order from `list-windows` is somewhat undefined (or not defined based on the layout). If I move windows around and...