diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-01-02 18:03:50 -0500 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-01-02 18:03:50 -0500 |
commit | 4491427030f0ffed47d8ce96ff44956f913581c5 (patch) | |
tree | 23f4a505d6bc12b9ce61de080b76ebf411f41e2a | |
parent | f2a4baf3db03cfc8388f6d60f10be9cc814a13e9 (diff) |
Drop trackpoint and trackpad acceleration on pincer.
-rwxr-xr-x | xsession | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ trayer --edge top --align right --SetDockType true --SetPartialStrut true --expa [[ $(hostname) == kikashi ]] && \ xinput set-prop "TPPS/2 IBM TrackPoint" "Device Accel Constant Deceleration" 0.5 if [[ $(hostname) == pincer ]]; then - xinput set-prop "TPPS/2 IBM TrackPoint" "Device Accel Constant Deceleration" 0.5 - xinput set-prop "SynPS/2 Synaptics TouchPad" "Device Accel Constant Deceleration" 0.5 + # xinput set-prop "TPPS/2 IBM TrackPoint" "Device Accel Constant Deceleration" 0.5 + # xinput set-prop "SynPS/2 Synaptics TouchPad" "Device Accel Constant Deceleration" 0.5 fi [[ -f /etc/nixos/configuration.nix ]] || \ redshift -l 40:-70 -r -t 5500:3700 & |