feat: move ~/bin to ~/.local/bin
This commit is contained in:
parent
a65adc368b
commit
b3b3435a9e
14 changed files with 7 additions and 7 deletions
9
.local/bin/mouse_360
Executable file
9
.local/bin/mouse_360
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
set -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