6 lines
69 B
Text
6 lines
69 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# Disable touchpad
|
||
|
|
xinput disable 'Synaptics TM3053-004'
|
||
|
|
|