Install the libinput quirks file shipped by omarchy - #279
Open
xymbol wants to merge 1 commit into
Open
Conversation
Pairs with omacom/omarchy shipping default/libinput/50-omarchy.quirks. The file has to land in /usr/share/libinput/ for libinput to read it; without this line it ships only under /usr/share/omarchy/default/ and has no effect. Mirrored into omarchy-settings-dev, matching how every other package-owned default is installed in both PKGBUILDs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Installs
default/libinput/50-omarchy.quirksto/usr/share/libinput/50-omarchy.quirks.Companion to omacom/omarchy#9850, which adds the file. That PR is inert without this one:
cp -a default/.already ships the source under/usr/share/omarchy/default/libinput/, but libinput reads quirks from/usr/share/libinput/, not from Omarchy's tree, so without this line the quirk never applies.Why
Shokz USB headset dongles (
3511:2B1E/2EF2/2F06) emit phantomKEY_POWERevents because their HID report descriptor declares the vendor control channel as a Consumer "Power" usage. On Omarchy that opens the system menu by itself; the quirk drops the event code for those devices only. Full detail in the omarchy PR and in libinput#1333.Notes
One line in each of
omarchy-settingsandomarchy-settings-dev, placed with the other package-owned defaults next to the fontconfig install, mirroring how every such file is installed in both PKGBUILDs.No
pkgver/pkgrelchange, following 6daa7c9 ("Stage CUPS authorization as settings override", #237), where a contributor added installs to both PKGBUILDs without touching the version fields.