#!/bin/bash
# $Id: syn-setup.sh 1028 2009-12-01 23:57:20Z timotheus $

# disable touchpad scrolls when typing
if [[ -e ~/.syndaemon.pid ]]; then
    kill $(< ~/.syndaemon.pid) 2>/dev/null
fi
syndaemon -i 2.0 -d -p ~/.syndaemon.pid -t -k
      
# disable tap-as-click on touchpad
synclient MaxTapTime=0
