View Single Post
  #4   (View Single Post)  
Old 17th March 2014
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,503
Default

Quote:
Originally Posted by JWJones View Post
4) Edge scrolling and horizontal scrolling: in the touchpad settings, I have a setting for two-finger scrolling, but nothing for edge scrolling or horizontal scrolling. This is a simple matter in Xfce, but not Gnome? WTF?
This Arch Linux wiki may be helpful. I do not run Gome3 but it does speak of using gconf-editor.

You should also be able to set touchpad options on the fly with synclient. If Gnome3 allows this to work, it should be a quick easy way to test the options.
Code:
synclient TapButton1=1
Code:
synclient VertEdgeScroll=1
Code:
synclient HorizEdgeScroll=1
.

Last edited by shep; 17th March 2014 at 02:53 PM. Reason: [cmd][/cmd] --> [code][/code]
Reply With Quote