xlswins - server window list displayer for X
/usr/bin/xlswins [-options ...] [ windowid ...]
xlswins(1) General Commands Manual xlswins(1)
NAME
xlswins - server window list displayer for X
SYNOPSIS
/usr/bin/xlswins [-options ...] [ windowid ...]
DESCRIPTION
xlswins lists the window tree. By default, the root window is used as
the starting point, although a specific window may be specified using
the -id option. If no specific windows are given on the command line,
the root window will be used.
OPTIONS
-display displayname
This option specifies the X server to contact.
-l This option indicates that a long listing should be generated
for each window. This includes a number indicating the depth,
the geometry relative to the parent as well as the location
relative to the root window.
-format radix
This option specifies the radix to use when printing out window
ids. Allowable values are: hex, octal, and decimal. The
default is hex.
-indent number
This option specifies the number of spaces that should be
indented for each level in the window tree. The default is 2.
SEE ALSO
xprop(1), xwininfo(1)
ENVIRONMENT
DISPLAY to get the default host and display to use.
NOTES
xlswins might not be included in future releases of Oracle Solaris.
Users should instead use the -tree option of the xwininfo(1) command to
print the window tree.
xwininfo -tree -root replaces xlswins with no window id arguments.
xwininfo -tree -id windowid limits the tree to windows under the given
windowid, as xlswins does when given a window id argument.
COPYRIGHT
Copyright 1988, Massachusetts Institute of Technology.
See X11(7) for a full statement of rights and permissions.
AUTHOR
Jim Fulton, MIT X Consortium
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+--------------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+--------------------------------+
|Availability |x11/diagnostic/x11-info-clients |
+-----------------------------+--------------------------------+
|Interface Stability |Obsolete |
+-----------------------------+--------------------------------+
14 January 2015 xlswins(1)