summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Live user <user@debian-BULLSEYE-live-builder-AMD64>2023-04-28 08:04:34 -0400
committerDebian Live user <user@debian-BULLSEYE-live-builder-AMD64>2023-04-28 08:04:34 -0400
commit6500a9f6f387fb8f0046ffe1566c75796f61d6d5 (patch)
tree9293fe644f02c6bc6a36b548b7800a33b2bb61b2
parentd8cbc3b4ba73e49729c8376d9834ecc1117a99a1 (diff)
fix tap-to-click
-rw-r--r--dot/xsession4
1 files changed, 3 insertions, 1 deletions
diff --git a/dot/xsession b/dot/xsession
index ef6170f..8079d49 100644
--- a/dot/xsession
+++ b/dot/xsession
@@ -9,8 +9,10 @@ gsettings set org.gnome.libgnomekbd.keyboard options "['terminate\tterminate:ctr
9# Disable thinkpad middle-click+trackpoint scrolling 9# Disable thinkpad middle-click+trackpoint scrolling
10xinput set-prop 'TPPS/2 IBM TrackPoint' 'libinput Scroll Method Enabled' 0 0 0 10xinput set-prop 'TPPS/2 IBM TrackPoint' 'libinput Scroll Method Enabled' 0 0 0
11 11
12# Enable tap-to-click 12# Enable tap-to-click on older thinkpads
13xinput --set-prop --type=int --format=8 "SynPS/2 Synaptics TouchPad" "Synaptics Tap Action" 0 0 0 0 1 2 3 13xinput --set-prop --type=int --format=8 "SynPS/2 Synaptics TouchPad" "Synaptics Tap Action" 0 0 0 0 1 2 3
14# Enable tap-to-click on newer thinkpads
15xinput set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Tapping Enabled' 1
14 16
15if [ "${DISPLAY%.*}" = :0 ] 17if [ "${DISPLAY%.*}" = :0 ]
16then 18then