diff options
author | xero <x@xero.nu> | 2014-05-05 15:07:31 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2014-05-05 15:07:31 -0400 |
commit | 53b47ce8258f7efe380cc9dab09826b1f0e9bc27 (patch) | |
tree | 50115db6dc18ea15041a1c904c19b931a57b3e9c | |
parent | 099213f02ea44edd12e2d08e74865cd47f0b0fb2 (diff) | |
download | dotfiles_ascii-53b47ce8258f7efe380cc9dab09826b1f0e9bc27.tar.xz dotfiles_ascii-53b47ce8258f7efe380cc9dab09826b1f0e9bc27.zip |
add synaptics touchpad config options to .xinitrc
-rw-r--r-- | .xinitrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -54,6 +54,12 @@ nitrogen --restore && # configure touchpad syndaemon -i 0.8 -d & +if egrep -iq 'touchpad' /proc/bus/input/devices; then + synclient VertEdgeScroll=0 & + synclient TapButton1=1 & + synclient HorizTwoFingerScroll=1 & +fi + # clipboard manager (sleep 3s && clipit) & |