lou wrote: > i use twm for bullseye > > i want to record screen with ffmpeg, it allows me to select some region of > screen > > i need a program that can display X/Y coordinates of mouse pointer as i move > mouse
xdotool getmouselocation does it once. You may wish to run it via watch in a tiny xterm and make that xterm always-on-top. -dsr-