5 lines
142 B
Bash
5 lines
142 B
Bash
#!/bin/sh
|
|
|
|
# Set touchpad settings
|
|
#xinput disable 'Synaptics TM3053-004'
|
|
xinput set-prop 'Synaptics TM3053-004' 'libinput Tapping Enabled' 1
|