Post
Restoring click method behavior on Fedora 25 and libinput
Here's a quick tip if you need to enable the Software Button Area behavior on an Apple macbook running Fedora 25.
Here's a quick tip if you need to enable the Software Button Area behavior on an Apple macbook running Fedora 25:
xinput set-prop bcm5974 "libinput Click Method Enabled" 1 0
Some comments about this:
- You have to run it after every reboot
- There's, probably, a better way to do this. Per documentation, it should be possible to set it up permanently by creating a file on
/etc/X11/xorg.conf.dhowever I did not manage to create a file that works so far.
References:
- Libinput documentation: Clickpad Software Buttons
- Libinput FAQ
- Libinput Man Page