From 2d565dd213f5342b5a76e264ef6894da283b6c98 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sun, 28 Feb 2021 17:27:51 -0500 Subject: disable thinkpad trackpoint scrolling --- dot/xinitrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dot') diff --git a/dot/xinitrc b/dot/xinitrc index 569464a..fcfa00c 100755 --- a/dot/xinitrc +++ b/dot/xinitrc @@ -26,12 +26,16 @@ setxkbmap -option terminate:ctrl_alt_bksp -option caps:super # gnome: gsettings set org.gnome.libgnomekbd.keyboard options "['terminate\tterminate:ctrl_alt_bksp', 'caps\tcaps:super']" -# enable tap-to-click +# Disable thinkpad middle-click+trackpoint scrolling +xinput set-prop 'TPPS/2 IBM TrackPoint' 'libinput Scroll Method Enabled' 0 0 0 + +# Enable tap-to-click xinput --set-prop --type=int --format=8 "SynPS/2 Synaptics TouchPad" "Synaptics Tap Action" 0 0 0 0 1 2 3 # c.f: # http://www.mepis.org/docs/en/index.php?title=Configuring_the_touchpad_with_xinput # pad corners rt rb lt lb tap fingers 1 2 3 (can't simulate more then 2 tap fingers AFAIK) - values: 0=disable 1=left 2=middle 3=right etc. (in FF 8=back 9=forward) + ( exec xterm -e tmux attach ) & -- cgit v1.2.3