diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-02-09 21:21:47 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-02-09 21:21:47 +0100 |
commit | 1bb5c9e352ae918b33a3ff34b2030492fed108d9 (patch) | |
tree | 6ff45bb25c37f09bd2427b56dc5d997475548e36 | |
parent | 869e6f316dedbfde6e49fa57a4482a5105f570bb (diff) | |
download | dotfiles-1bb5c9e352ae918b33a3ff34b2030492fed108d9.tar.gz dotfiles-1bb5c9e352ae918b33a3ff34b2030492fed108d9.tar.bz2 dotfiles-1bb5c9e352ae918b33a3ff34b2030492fed108d9.zip |
xinitrc: Use toggle_touchpad to disable touchpad
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |