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