diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-01-14 17:15:30 -0500 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-01-14 17:15:30 -0500 |
commit | 8bfcf2b124ee80aea9a1fc062eb6120422a975de (patch) | |
tree | 1d2693744815645db77af1ced8d76c6eb6562d36 /xsession | |
parent | 95fb569f49c3ea9ad13c860a24245b0812b1c70b (diff) | |
parent | a3fad8e422db175b476588e3c41259a450ed0076 (diff) |
Merge branch 'master' of sabaki.orbekk.com:/storage/projects/dotfiles
Diffstat (limited to 'xsession')
-rwxr-xr-x | xsession | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ xsetroot -solid "#2A3462" trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 100 --widthtype pixel --transparent true --alpha 0 --tint 0x000000 --height 18 & [[ $(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 +fi [[ -f /etc/nixos/configuration.nix ]] || \ redshift -l 40:-70 -r -t 5500:3700 & exec xmonad |