diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-10-08 10:52:59 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-10-08 10:54:24 +0200 |
commit | de5439b63b9fbb8133344dafdd879cfe75ba0388 (patch) | |
tree | c6c80b9a6aa02184778a51e383c76025aa56096d /.xinitrc | |
parent | 6a85079d3325c08d9e0b1c7c87afde4e9b0fb2c3 (diff) | |
download | dotfiles-de5439b63b9fbb8133344dafdd879cfe75ba0388.tar.gz dotfiles-de5439b63b9fbb8133344dafdd879cfe75ba0388.tar.bz2 dotfiles-de5439b63b9fbb8133344dafdd879cfe75ba0388.zip |
Add disable_touchpad script
Disables touchpad only if a TrackPoint is available.
Also to be used with pm-utils when resuming from suspend.
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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})} |