]> oss.titaniummirror.com Git - smckown/dotfiles.git/blobdiff - dwmrc
Disable touchpad
[smckown/dotfiles.git] / 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 &