I am trying to make a libinput quirk to disable mouse debounce, i put the quirk in /etc/libinput/local-overrides.quirks, but it doens't apply. In libinput list-devices, /etc/libinput/local-overrides.quirks: failed to open file Failed to load the device quirks from /usr/share/libinput and /etc/libinput/local-overrides.quirks. This will negatively affect device behavior. See https://wayland.freedesktop.org/libinput/doc/1.30.3/device-quirks.html for details. appears in the output. How can I fix this and make the quirk load?
#libinput quirks fail to load
1 messages · Page 1 of 1 (latest)
This is my local-overrides.quirks file:
MatchUdevType=mouse
ModelBouncingKeys=1```
what's the output of ls -al /etc/libinput?
drwxr-x---. 1 root root 44 Apr 9 22:14 .
drwxr-xr-x. 1 root root 4712 Apr 9 22:14 ..
-rw-r--r--. 1 root root 57 Apr 9 22:14 local-overrides.quirks```
yeah so you have /etc/libinput set to only be readable by root
After I changed the permissions, the failed to open file message is gone, but libinput quirks still outputs libinput: quirks is not installed, when the local-overrides.quirks is present.