summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-03-08 12:57:53 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-03-08 12:57:53 (EST)
commit24cdc2629b5f7c757cc619e8bc181aa524d8cc02 (patch)
treefb38837fd016203174e8c6a8faa4572245c2aa6f
parent7c50ada2422c1af68ac01914d59db5d6cb4838c6 (diff)
downloadfluxbox-24cdc2629b5f7c757cc619e8bc181aa524d8cc02.zip
fluxbox-24cdc2629b5f7c757cc619e8bc181aa524d8cc02.tar.gz
fluxbox-24cdc2629b5f7c757cc619e8bc181aa524d8cc02.tar.bz2
.fluxbox/startup: Enable evdev wheel emulation
-rwxr-xr-x.fluxbox/startup4
1 files changed, 4 insertions, 0 deletions
diff --git a/.fluxbox/startup b/.fluxbox/startup
index b6a4ae5..15f279c 100755
--- a/.fluxbox/startup
+++ b/.fluxbox/startup
@@ -1,6 +1,10 @@
#!/bin/sh
xmodmap "${HOME}/.Xmodmap"
+xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation' 1
+xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation Button' 2
+xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation Timeout' 200
+xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation Axes' 6 7 4 5
fluxbox &