added scripts folder to gitea

This commit is contained in:
lucca
2026-06-11 13:47:48 -04:00
commit f8130bd7d0
91 changed files with 1868 additions and 0 deletions
Executable
+25
View File
@@ -0,0 +1,25 @@
#!/bin/bash
focusWindowUnderMouse () {
xdotool windowactivate $(xdotool getmouselocation|sed "s/.*://")
}
case $1 in
1)
xdotool mousemove 800 400
focusWindowUnderMouse
;;
2)
xdotool mousemove 2650 500
focusWindowUnderMouse
;;
3)
xdotool mousemove 800 1600
focusWindowUnderMouse
;;
4)
#xdotool mousemove 2560 1600
xdotool mousemove 2180 1300
focusWindowUnderMouse
;;
esac