xwininfo

Mostra informações sobre janelas. Veja também: xprop, xkill. Mais informações: https://www.x.org/releases/current/doc/man/man1/xwininfo.1.xhtml.

xwininfo

xwininfo -tree -root

xwininfo -id {{id}}

xwininfo -name {{nome}}

xwininfo -tree -root | grep {{palavra_chave}} | head -1 | perl -ne 'print $1 if /(0x[\da-f]+)/ig;'