x11-autoclicker/clicks.sh

5 lines
50 B
Bash
Raw Normal View History

2024-01-18 06:52:05 +01:00
#!/bin/bash
while true; do
xdotool click 1
done