diff options
author | KJ Ørbekk <orbekk@google.com> | 2016-11-10 10:04:14 -0500 |
---|---|---|
committer | KJ Ørbekk <orbekk@google.com> | 2016-11-10 10:04:14 -0500 |
commit | 0058e6a374e7322ee692647b0940694cd66dbfa3 (patch) | |
tree | 5bc2c4b3cab3875ced1948dd7d22f7e5b375ab6c /xsession | |
parent | 2ac6aaa9f9f82fc5643c513465cb7de92d82bc8d (diff) | |
parent | 5629c2aecfb50d0787150ae9065eb2d55a3e94a5 (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 |