X-Git-Url: https://git.danieliu.xyz/?p=dotfiles.git;a=blobdiff_plain;f=Scripts%2Fmousetrack;fp=Scripts%2Fmousetrack;h=560be26c387104aa96ca566d5ff244c6fe37a246;hp=0000000000000000000000000000000000000000;hb=280abf6fd7d3541bf0bed20c9335f640087de257;hpb=77791e874daf9286ba53393970d1beec7df3dd5b diff --git a/Scripts/mousetrack b/Scripts/mousetrack new file mode 100755 index 0000000..560be26 --- /dev/null +++ b/Scripts/mousetrack @@ -0,0 +1,6 @@ +#!/bin/sh + +while [ 1 ]; +do + xdotool getmouselocation +done