dotfiles/bin/mouse_360
2021-09-21 17:11:57 +02:00

9 lines
120 B
Bash
Executable File

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