add cursor placement
This commit is contained in:
parent
645acbf96d
commit
127d8bf861
1 changed files with 3 additions and 0 deletions
|
@ -153,6 +153,9 @@ shuf_xy() {
|
|||
|
||||
static) echo "OFFSET 1200 420"
|
||||
;;
|
||||
|
||||
cursor) echo "OFFSET $(xdotool getmouselocation | tr ':' ' '|awk '{print $2 " " $4}')"
|
||||
;;
|
||||
|
||||
*) echo "OFFSET 420 420"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue