Skip to content

Instantly share code, notes, and snippets.

@svenk
Created May 15, 2023 06:48
Show Gist options
  • Save svenk/e30b9205fe87c91c17347c8a3a7f1aef to your computer and use it in GitHub Desktop.
Save svenk/e30b9205fe87c91c17347c8a3a7f1aef to your computer and use it in GitHub Desktop.
Fancy Demo Video Background for anabrid
# 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