add cursor placement
This commit is contained in:
parent
645acbf96d
commit
127d8bf861
1 changed files with 3 additions and 0 deletions
|
@ -154,6 +154,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"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue