6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
xinput enable 12
|
||
|
xinput reattach 13 3
|
||
|
TABLET_MODE_ENABLED=1
|