update (mpd-change fix)
[dotfiles.git] / Scripts / mousetrack
1 #!/bin/sh
2
3 while [ 1 ];
4 do
5     xdotool getmouselocation
6 done