feat: bin -> .local/bin, vcs_info untracked

This commit is contained in:
ange 2024-04-24 19:22:30 +02:00
parent af14629939
commit 7c98658d24
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
30 changed files with 31 additions and 46 deletions

8
.local/bin/mouse_360 Executable file
View 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