feat: bin -> .local/bin, vcs_info untracked
This commit is contained in:
parent
af14629939
commit
7c98658d24
30 changed files with 31 additions and 46 deletions
8
.local/bin/mouse_360
Executable file
8
.local/bin/mouse_360
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
# 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