Post

Restoring click method behavior on Fedora 25 and libinput

3 tags

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:

  1. You have to run it after every reboot
  2. 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.d however I did not manage to create a file that works so far.

References: