From 0b52959399fc56280679a0e6dc92a9a7486654a8 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Fri, 30 Oct 2015 00:20:18 -0600 Subject: [PATCH] Disable touchpad --- dwmrc | 3 +++ 1 file changed, 3 insertions(+) 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 & -- 2.39.2