first commit
This commit is contained in:
commit
1997d73859
13 changed files with 2334 additions and 0 deletions
8
bin/mouse_360
Executable file
8
bin/mouse_360
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
# counts target = 8182 ~ 25cm
|
||||
|
||||
sleep 3
|
||||
for _ in {0..1023}; do
|
||||
xdotool mousemove_relative 8 0
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue