You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
273 B

{% calculate path='/usr/libexec/calculate', chmod='755' %}
#!/bin/bash
/usr/bin/synclient TapButton2=2 TapButton3=3
/usr/bin/xinput list --name-only | grep -i touchpad | while read line
do
/usr/bin/xinput set-int-prop "$line" "Synaptics Tap Action" 8 0 0 0 0 1 2 3
done