make trackpad configuration stable
This commit is contained in:
parent
0bc7799c51
commit
d7f3ec0569
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue