diff options
| author | KJ Ørbekk <orbekk@google.com> | 2017-02-22 11:07:55 -0500 |
|---|---|---|
| committer | KJ Ørbekk <orbekk@google.com> | 2017-02-22 11:07:55 -0500 |
| commit | 1164367688527858866defdc62347a3b934ac23c (patch) | |
| tree | 0df2488f10f5e6b5dc18f4740ee7794e56f5f557 /xsession | |
| parent | 9e128a3d6da7a276541f5ce5c1ac9f86ec60cb78 (diff) | |
| parent | 86c0b0cfaac82cc4de2d69c92e279a094d21b678 (diff) | |
Merge branches 'master' and 'master' of sabaki.orbekk.com:/storage/projects/dotfiles
Diffstat (limited to 'xsession')
| -rwxr-xr-x | xsession | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -18,8 +18,9 @@ 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 + true fi [[ -f /etc/nixos/configuration.nix ]] || \ redshift -l 40:-70 -r -t 5500:3700 & |
