SvenKiljan / archlinuxarm-pbp

Arch Linux ARM for Pinebook Pro
51 stars 5 forks source link

[Discussion] Should we add a libinput/local-overrides.quirks configuration #13

Open user18130814200115-2 opened 2 years ago

user18130814200115-2 commented 2 years ago

The pinebookpro uses the usb bus for it's keyboard and trackpad. This results in libinput recognizing the internal keyboard as an external one thus breaking DWT on the trackpad. There is a fix for this which uses a libinput/local-overrides.quirks file.

The question is thus: Since this is mostly a downstream project, should I simply suggest this change to the manjaro team? Or might we add it here irrespective of whether they have it?

Secondly, how would we like to add this if we do? We might make a simple package that adds the configuration file, or modify one of the existing ones (I am suggesting pinebookpro-post-install). Alternatively, the configuration could be added to the rootfs, but that might be problematic for existing users.