Created
May 15, 2023 06:48
-
-
Save svenk/e30b9205fe87c91c17347c8a3a7f1aef to your computer and use it in GitHub Desktop.
Fancy Demo Video Background for anabrid
This file contains 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
# First, open https://anabrid.com/background/ | |
# second, run this in terminal | |
# change sleep 10 to sleep 1 for more movement or the other way around. | |
while sleep 10; do xdotool mousemove $(shuf -i 1-3000 -n1) $(shuf -i 1-3000 -n1); done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment