dotfiles/bin/mouse_360
2021-11-12 09:48:53 +01:00

9 lines
119 B
Bash
Executable File

#!/usr/bin/bash
# counts target = 8182 ~ 25cm
sleep 3
for _ in {0..1023}; do
xdotool mousemove_relative 8 0
done