From: R. Steve McKown Date: Fri, 30 Oct 2015 06:20:18 +0000 (-0600) Subject: Disable touchpad X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=0b52959399fc56280679a0e6dc92a9a7486654a8 Disable touchpad --- diff --git a/dwmrc b/dwmrc index 3bcf522..fae0c26 100755 --- a/dwmrc +++ b/dwmrc @@ -29,6 +29,9 @@ dispcfg xset dpms 300 600 1200 pgrep -x xss-lock || xss-lock -- i3lock --dpms & +# Turn off touchpad (later use a toggle) +type synclient 2>/dev/null && synclient TouchpadOff=1 + # Applets, etc pgrep -x xbindkeys || xbindkeys & pgrep -x dunst || dunst &