Scripts: Add fake-cursor-movement
This commit is contained in:
parent
bccd0f5907
commit
1022603dd8
1 changed files with 7 additions and 0 deletions
7
programs/scripts/fake-cursor-movement
Executable file
7
programs/scripts/fake-cursor-movement
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
while true; do
|
||||
cliclick -r m:0,0
|
||||
printf '.'
|
||||
sleep 30
|
||||
done
|
Loading…
Reference in a new issue