![]() |
https://cgit.freedesktop.org/xorg/app/xwininfo/
http://www.xfree86.org/current/xwininfo.1.html
Shows window information. Comes with X.
-
2007-07-21 - (version not recorded) on (distribution not recorded)
Table of Contents [hide]
2007-07-21 - (version not recorded) ∞
-name
requires an exact match =/-
I see no way to have it display a bit of info on all windows. =/
Get the window title ∞
Also using xdpyinfo
From https://web.archive.org/web/20070316093957/http://bur.st/~benc/external-edit
# this gets the window id of the window with focus winid=`xdpyinfo | sed -ne 's/^focus:.*\(0x[^,]\+\).*/\1/p'` # and this gets window title wintitle=`xwininfo -id $winid | sed -ne 's/xwininfo: .*"\([^"]\+\)"/\1/p'`
Last updated 2020-02-03 at 04:32:55