From de5439b63b9fbb8133344dafdd879cfe75ba0388 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 8 Oct 2011 10:52:59 +0200 Subject: Add disable_touchpad script Disables touchpad only if a TrackPoint is available. Also to be used with pm-utils when resuming from suspend. --- .xinitrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index f928432..4556fcf 100644 --- a/.xinitrc +++ b/.xinitrc @@ -5,6 +5,8 @@ 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 + #chooser="/etc/X11/chooser.sh" #session=$(XSESSION="${1}" ${chooser}) #exec ${session:-$(${chooser})} -- cgit