Adds a basic synclient based script to enable all types of scrolling.

This commit is contained in:
Abhay Rana 2014-06-12 15:56:44 +05:30
parent 49c586d823
commit 29b00e9582
1 changed files with 7 additions and 0 deletions

7
scrolling Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
synclient HorizEdgeScroll=1
synclient HorizTwoFingerScroll=1
synclient CircularScrolling=1
synclient PalmDetect=1
synclient VertEdgeScroll=1
synclient VertTwoFingerScroll=1