diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-04-24 00:38:13 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-04-24 00:38:13 (EDT) |
commit | 44bda1f95cbc07317608d74bd169f28cca7738aa (patch) | |
tree | f4a66240693280d17c4376c5a21c6f527e77ec25 | |
parent | af87214aa4597eda97b7150fdaed642661344afc (diff) | |
download | fluxbox-44bda1f95cbc07317608d74bd169f28cca7738aa.zip fluxbox-44bda1f95cbc07317608d74bd169f28cca7738aa.tar.gz fluxbox-44bda1f95cbc07317608d74bd169f28cca7738aa.tar.bz2 |
.fluxbox/startup: Drop "TPPS/2 IBM TrackPoint" device properties
-rwxr-xr-x | .fluxbox/startup | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.fluxbox/startup b/.fluxbox/startup index 6f83693..4a11bf9 100755 --- a/.fluxbox/startup +++ b/.fluxbox/startup @@ -3,10 +3,6 @@ xmodmap "${HOME}/.Xmodmap" export GTK_IM_MODULE='xim' export QT_IM_MODULE='xim' -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 DISPLAY=:0.0 fbpanel -p taskbar & fluxbox & |