# Usage: syndaemon [-i idle-time] [-d] [-t] [-k] # -i How many seconds to wait after the last key press before # enabling the touchpad. (default is 2.0s) # -d Start as a daemon, ie in the background. # -p Create a pid file with the specified name. # -t Only disable tapping and scrolling, not mouse movements. # -k Ignore modifier keys when monitoring keyboard activity. # -K Like -k but also ignore Modifier+Key combos. # arguments for syndaemon SYNDAEMON_ARGS="-d -t"