From 6cf13aeebf0d2c6c396ff230578101cbd5c0494f Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Fri, 22 Sep 2023 10:13:44 -0500 Subject: skipconfig option and fix trackpoint and trackpad settings to be more readable --- x11/xprofile.T495 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'x11/xprofile.T495') diff --git a/x11/xprofile.T495 b/x11/xprofile.T495 index 0eb2d0c..f472fa5 100755 --- a/x11/xprofile.T495 +++ b/x11/xprofile.T495 @@ -1,4 +1,7 @@ #!/bin/sh -xinput --set-prop 13 308 -0.5 # make trackpoint accelerate less -xinput --set-prop 12 308 0.3 # make trackpad accelerate more -xinput --set-prop 12 298 0 # don't disable trackpad while typing +# xinput --list +# xinput --list-props +# xinput --set-prop +xinput --set-prop "TPPS/2 Elan TrackPoint" "libinput Accel Speed" -0.5 # make trackpoint accelerate less +xinput --set-prop "SynPS/2 Synaptics TouchPad" "libinput Accel Speed" 0.3 # make trackpad accelerate more +xinput --set-prop "SynPS/2 Synaptics TouchPad" "libinput Disable While Typing Enabled" 0 # don't disable trackpad while typing -- cgit v1.2.3