fix: .local/bin -> bin to avoid user pkg managers

This commit is contained in:
AngeD 2022-11-26 16:58:15 +01:00
parent 87549c183f
commit 8f364ce723
8 changed files with 1 additions and 1 deletions

9
bin/mouse_360 Executable file
View 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