make trackpad configuration stable

This commit is contained in:
Bruno Carlin 2018-07-02 14:31:09 +02:00
parent 0bc7799c51
commit d7f3ec0569

View file

@ -33,9 +33,10 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
fi fi
# Enable tap-to-click # Enable tap-to-click
xinput set-prop 12 272 1 xinput set-prop 'SYNA2393:00 06CB:7A13 Touchpad' 'libinput Tapping Enabled' 1
# Enable Drag Lock # Enable Drag & Drag Lock
xinput set-prop 12 276 1 xinput set-prop 'SYNA2393:00 06CB:7A13 Touchpad' 'libinput Tapping Drag Enabled' 1
xinput set-prop 'SYNA2393:00 06CB:7A13 Touchpad' 'libinput Tapping Drag Lock Enabled' 1
exec i3 exec i3