diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-12-11 10:27:13 +0100 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-12-11 10:27:13 +0100 |
| commit | cc572106e3a57c9350e4dd9f6fd08082b8df5e52 (patch) | |
| tree | 64b2350deddb23abae8eb840d3b3008b9ba3774b | |
| parent | 7dde4402fa8ed88839a9ebd49a0f246faa2bf8d8 (diff) | |
Add xinput TrackPoint support
| -rw-r--r-- | .xinitrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,6 +5,13 @@ xset +fp /usr/share/fonts/misc xset fp rehash xset r rate 300 30 + +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 +xinput set-prop "TPPS/2 IBM TrackPoint" "Device Accel Constant Deceleration" 0.75 + setxkbmap -layout us,il -option grp:alt_shift_toggle exec i3 |
