]> oss.titaniummirror.com Git - smckown/dotfiles.git/commitdiff
Disable touchpad
authorR. Steve McKown <rsmckown@gmail.com>
Fri, 30 Oct 2015 06:20:18 +0000 (00:20 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 3 Nov 2015 03:29:05 +0000 (20:29 -0700)
dwmrc

diff --git a/dwmrc b/dwmrc
index 3bcf522294c1401745e1d15337c9339a5b109318..fae0c26fb299f663568ec52317c152e66a4a0db7 100755 (executable)
--- 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 &