From 6500a9f6f387fb8f0046ffe1566c75796f61d6d5 Mon Sep 17 00:00:00 2001 From: Debian Live user Date: Fri, 28 Apr 2023 08:04:34 -0400 Subject: fix tap-to-click --- dot/xsession | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 # Disable thinkpad middle-click+trackpoint scrolling xinput set-prop 'TPPS/2 IBM TrackPoint' 'libinput Scroll Method Enabled' 0 0 0 -# Enable tap-to-click +# Enable tap-to-click on older thinkpads xinput --set-prop --type=int --format=8 "SynPS/2 Synaptics TouchPad" "Synaptics Tap Action" 0 0 0 0 1 2 3 +# Enable tap-to-click on newer thinkpads +xinput set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Tapping Enabled' 1 if [ "${DISPLAY%.*}" = :0 ] then -- cgit v1.2.3