Wolfgang Bumiller
Wolfgang Bumiller
Could I see the output of `evtest` instead of the libinput debug one? I haven't read through libinput. (And wouldn't that be somewhat inconvenient to use?)
Yeah, the examples also show using `\;`. That should probably be in the manpage. (It also refers to "examples above", which is not actually true in the manpage, so that...
Sorry for the late reply. Have you looked at https://github.com/Blub/netevent/blob/master/examples/laptop-and-vm-with-systemd/70-input-names.rules ? The `N: Name="Logitech MX Keys"` portion should be usable in an udev rule the same way as the linked...
No objection from me. Ideally the implementation would make this available in both daemon & create modes. Also: scaling for relative axes could be added. (Then I wouldn't have to...
So I'm wondering... should there be a simple key remapping made for now, or perhaps go the fully generic route and allow some kind of script? Like lua? Something like...
We check for `memory.swap.max` & `memory.swap.current` in the cgroup *root* directory, but those do not exist there. Maybe we should just have a command line option to override this, as...
While I have not investigated this directly, this sounds very similar to an issue I ran into today with fuse3 specifically, where fuse3 seems to ignore the size we return...
We should probably think about a way to better synchronize the 3 sets of profiles we have: lxc files, lxc generated, lxd generated. But this mostly still boils down to...
Those are cached in a `thread_local`, so in a threaded environment this may actually be a leak if you just spawn a thread to do some lxc related work and...
I agree that this should be done for veth devices. Note that `disable_ipv6` is the correct choice here if you plug the host-end into a bridge, while `autoconf=0` would be...