Copyright (c) 1989, 2015, Oracle and/or its affiliates. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
xlswins 1 "14 January 2015"
"xlswins" "" "\f3xlswins\f1(1) \(em X window listing utility" "" "window" "list" "window" "listing utility \(em \f3xlswins\f1(1)" ""
NAME
xlswins - server window list displayer for X
SYNOPSIS
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"

8 -display displayname This option specifies the X server to contact.

8 -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.

8 -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.

8 -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

8 DISPLAY to get the default host and display to use.

NOTES

xlswins might not be included in future releases of __distroname__. 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