XLSATOMS(1) UNIX Programmer's Manual XLSATOMS(1)
xlsatoms - list interned atoms defined on server
xlsatoms [-options ...]
Xlsatoms lists the interned atoms. By default, all atoms
starting from 1 (the lowest atom value defined by the proto-
col) are listed until unknown atom is found. If an explicit
range is given, xlsatoms will try all atoms in the range,
regardless of whether or not any are undefined.
-display dpy
This option specifies the X server to which to con-
nect.
-format string
This option specifies a printf-style string used to
list each atom <value,name> pair, printed in that
order (value is an unsigned long and name is a char
*). Xlsatoms will supply a newline at the end of
each line. The default is %ld\t%s.
-range [low]-[high]
This option specifies the range of atom values to
check. If low is not given, a value of 1 assumed.
If high is not given, xlsatoms will stop at the
first undefined atom at or above low.
-name string
This option specifies the name of an atom to list.
If the atom does not exist, a message will be
printed on the standard error.
X(7), Xserver(1), xprop(1)
DISPLAY to get the default host and display to use.
Jim Fulton, MIT X Consortium
XFree86 Version 4.5.0 1
Generated on 2013-04-27 00:20:00 by $MirOS: src/scripts/roff2htm,v 1.77 2013/01/01 20:49:09 tg Exp $
These manual pages and other documentation are copyrighted by their respective writers;
their source is available at our CVSweb,
AnonCVS, and other mirrors. The rest is Copyright © 2002‒2013 The MirOS Project, Germany.
This product includes material
provided by Thorsten Glaser.
This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report – diffs preferred.