From 28e2910faa297eb30e7a7caae1f74a16e4644a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KJ=20=C3=98rbekk?= Date: Thu, 31 Aug 2017 14:22:59 -0400 Subject: Xsession from orange --- xsession | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'xsession') diff --git a/xsession b/xsession index 8877e81..f7e402c 100755 --- a/xsession +++ b/xsession @@ -4,7 +4,7 @@ export TERMINAL=urxvt export MPD_HOST=sabaki.kk.orbekk.com command -v $TERMINAL || TERMINAL=termite command -v $TERMINAL || TERMINAL=gnome-terminal - +PATH=$HOME/.cabal/bin:$PATH xrdb -merge $HOME/.Xresources setxkbmap us -variant dvorak -option compose:ralt -option caps:ctrl_modifier $HOME/bin/keyboard_setup.sh @@ -17,6 +17,12 @@ 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) == orange.nyc.corp.google.com ]]; then + xinput set-prop "Logitech USB Trackball" "Device Accel Constant Deceleration" 1.0 + xinput set-prop "Logitech USB Trackball" "Evdev Wheel Emulation" 1 + xinput set-prop "Logitech USB Trackball" "Evdev Wheel Emulation Button" 8 + true +fi 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 -- cgit v1.2.3