Natural scrolling for 18.04

Unity doesn’t have an natural scrolling option on 18.04. One can enable that with libinput

 

To enable Natural Scrolling in libinput add
Option "NaturalScrolling" "true"

to /usr/share/X11/xorg.conf.d/40-libinput.conf.

It should be added before EndSection to the touchpad section.

Unity desktop GUI app can’t use libinput options.

You can switch to synaptics by

sudo apt remove xserver-xorg-input-libinput
sudo apt install xserver-xorg-input-all

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *