On 2/9/07, Antoni Grzymala <[EMAIL PROTECTED]> wrote:
You could try something like that to get around the problem:
xprop -id $(xwininfo -root -children 2>/dev/null | grep <SOME_NAME> | awk
'{print $1}')
Well, I am not sure how can I get information about that little transient nameless windows using this command. But thanks anyway, I didn't know about xwininfo, it's a great tool. Regards.
