From 1bb5c9e352ae918b33a3ff34b2030492fed108d9 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 9 Feb 2012 21:21:47 +0100 Subject: xinitrc: Use toggle_touchpad to disable touchpad --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index b1c6cc4..f23db7c 100644 --- a/.xinitrc +++ b/.xinitrc @@ -5,7 +5,7 @@ xset r rate 250 50 # Xdefault is splitted so load the splitted files at startup [[ -x ~/.scripts/set_xressources.sh ]] && ~/.scripts/set_xressources.sh -[[ -x ~/.scripts/disable_touchpad.sh ]] && ~/.scripts/disable_touchpad.sh +[[ -x ~/.scripts/toggle_touchpad.sh ]] && ~/.scripts/toggle_touchpad.sh unset command -- cgit