On Wednesday 01 January 2003 12:14, Jeremy C. Reed wrote: > Is there any tool like xprop or xwininfo where you can easily find out the > X client window information (or properties) by supplying the PID? > > Or click on the window and also get the PID of the X client? >
No there is no way to do this. Sorry. X was designed expecting that the clients an X server manages are actually hosted on some other machine. So the pid would be worthless. There is _NET_WM_PID however not all apps support it and you still have the non local window issue to deal with. I have commented on this in the past because there is no good way in X to connect a X Window to a running process. This fact makes it hard to do things like "a window is opening, oh there it is". -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
