Skip to content

Commit

Permalink
touchpad fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bitemyapp committed Aug 17, 2012
1 parent 43b0ec0 commit 3dda0b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bash_profile
Expand Up @@ -28,4 +28,4 @@ function replace() {
}

export PATH=/Users/callen/code/valgrind/Inst/bin:~/Library/Haskell/bin:/usr/local/Cellar/ruby/1.9.2-p290/bin:/usr/local/bin:~/bin:/usr/local/sbin:$PATH
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
source virtualenvwrapper.sh
7 changes: 7 additions & 0 deletions .touchpad.sh
@@ -0,0 +1,7 @@
#!/bin/bash
synclient FingerHigh=50
synclient TapButton1=1
synclient TapButton2=2
synclient TapButton3=3
synclient TapAndDragGesture=0
synclient PalmDetect=1

0 comments on commit 3dda0b8

Please sign in to comment.