Last active
May 8, 2022 17:39
-
-
Save GeorgeJahad/6f6ff273cc92b471af023f4d3f345a84 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo hello world4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
xinput --list | grep acom
echo xinput disable
xinput --list | grep acom | cut -f 2 |cut -d "=" -f 2
xinput disable
xinput --list | grep acom | cut -f 2 |cut -d "=" -f 2