add cursor placement

This commit is contained in:
Marcus 2024-01-01 04:32:22 +01:00
parent 645acbf96d
commit 127d8bf861

View file

@ -153,6 +153,9 @@ shuf_xy() {
static) echo "OFFSET 1200 420" static) echo "OFFSET 1200 420"
;; ;;
cursor) echo "OFFSET $(xdotool getmouselocation | tr ':' ' '|awk '{print $2 " " $4}')"
;;
*) echo "OFFSET 420 420" *) echo "OFFSET 420 420"
;; ;;