Created
November 16, 2018 19:00
-
-
Save gtpedrosa/2bdd5370b7018c910590cf386f1b996e to your computer and use it in GitHub Desktop.
mouse location
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
| # https://stackoverflow.com/questions/8480073/how-would-i-get-the-current-mouse-coordinates-in-bash | |
| watch -t -n 0.0001 xdotool getmouselocation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment