summaryrefslogtreecommitdiff
path: root/xsession
diff options
context:
space:
mode:
authorKJ Ørbekk <orbekk@google.com>2017-08-31 14:22:59 -0400
committerKJ Ørbekk <orbekk@google.com>2017-08-31 14:22:59 -0400
commit28e2910faa297eb30e7a7caae1f74a16e4644a50 (patch)
tree1e744ba2b7c3233d01d43ffbc516ae98ab262008 /xsession
parent19450f62a7c58e00beae19e1ece8e4ad9e0005d0 (diff)
Xsession from orange
Diffstat (limited to 'xsession')
-rwxr-xr-xxsession8
1 files changed, 7 insertions, 1 deletions
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