One thing was missing, with two finger scroll on touchpad - I could not find an option to invert scrolling direction to "natural scrolling". DConf editor trick described in various forum posts did not affect, but founding this solved problem:
1. Open file (with sudo) for editing:
/usr/share/X11/xorg.conf.d/50-synaptics.conf
2. Add these lines to first "InputClass" section in
synclient VertScrollDelta=-111
synclient HorizScrollDelta=-111
And it works.
No comments:
Post a Comment