Linux "xlsatoms" Command Line Options and Examples
list interned atoms defined on server

Xlsatoms lists the interned atoms. By default, all atoms starting from 1 (the lowest atom value defined by the protocol) 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.


Usage:

xlsatoms [-options ...]




Command Line Options:

-display
This option specifies the X server to which to connect.
xlsatoms -display ...
-format
This option specifies a printf-style string used to list each atom <value,name> pair, printed in thatorder (value is an unsigned long and name is a char *). Xlsatoms will supply a newline at the end ofeach line. The default is %ld\t%s.
xlsatoms -format ...
-range
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.
xlsatoms -range ...
-name
This option specifies the name of an atom to list. If the atom does not exist, a message will beprinted on the standard error.
xlsatoms -name ...
-version
Print out the program version and exit.
xlsatoms -version ...