summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-02-28 17:27:51 -0500
committerAndrew Cady <d@cryptonomic.net>2021-02-28 17:27:51 -0500
commit2d565dd213f5342b5a76e264ef6894da283b6c98 (patch)
tree9e9dc23113e7e5e8b55f03da658b176ce3a122ce
parenta5d26c3a75f45d75b00ffa60fcbcaece162e8a33 (diff)
disable thinkpad trackpoint scrolling
-rwxr-xr-xdot/xinitrc6
1 files changed, 5 insertions, 1 deletions
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
26# gnome: 26# gnome:
27gsettings set org.gnome.libgnomekbd.keyboard options "['terminate\tterminate:ctrl_alt_bksp', 'caps\tcaps:super']" 27gsettings set org.gnome.libgnomekbd.keyboard options "['terminate\tterminate:ctrl_alt_bksp', 'caps\tcaps:super']"
28 28
29# enable tap-to-click 29# Disable thinkpad middle-click+trackpoint scrolling
30xinput set-prop 'TPPS/2 IBM TrackPoint' 'libinput Scroll Method Enabled' 0 0 0
31
32# Enable tap-to-click
30xinput --set-prop --type=int --format=8 "SynPS/2 Synaptics TouchPad" "Synaptics Tap Action" 0 0 0 0 1 2 3 33xinput --set-prop --type=int --format=8 "SynPS/2 Synaptics TouchPad" "Synaptics Tap Action" 0 0 0 0 1 2 3
31# c.f: 34# c.f:
32# http://www.mepis.org/docs/en/index.php?title=Configuring_the_touchpad_with_xinput 35# http://www.mepis.org/docs/en/index.php?title=Configuring_the_touchpad_with_xinput
33# 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) 36# 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)
34 37
38
35( 39(
36 exec xterm -e tmux attach 40 exec xterm -e tmux attach
37) & 41) &