1XLSATOMS(1)                 General Commands Manual                XLSATOMS(1)
2
3
4

NAME

6       xlsatoms - list interned atoms defined on server
7

SYNOPSIS

9       xlsatoms [-options ...]
10

DESCRIPTION

12       Xlsatoms lists the interned atoms.  By default, all atoms starting from
13       1 (the lowest atom value defined by  the  protocol)  are  listed  until
14       unknown  atom  is  found.  If an explicit range is given, xlsatoms will
15       try all atoms in the range, regardless of whether or not any are  unde‐
16       fined.
17

OPTIONS

19       -display dpy
20               This option specifies the X server to which to connect.
21
22       -format string
23               This  option  specifies a printf-style string used to list each
24               atom <value,name> pair, printed in  that  order  (value  is  an
25               unsigned  long  and  name is a char *).  Xlsatoms will supply a
26               newline at the end of each line.  The default is %ld\t%s.
27
28       -range [low]-[high]
29               This option specifies the range of atom values  to  check.   If
30               low  is not given, a value of 1 assumed.  If high is not given,
31               xlsatoms will stop at the first undefined atom at or above low.
32
33       -name string
34               This option specifies the name of an atom to list.  If the atom
35               does  not  exist,  a  message  will  be printed on the standard
36               error.
37
38       -version
39               Print out the program version and exit.
40

SEE ALSO

42       X(7), Xserver(1), xprop(1)
43

ENVIRONMENT

45       DISPLAY to get the default host and display to use.
46

AUTHOR

48       Jim Fulton, MIT X Consortium
49
50
51
52X Version 11                    xlsatoms 1.1.2                     XLSATOMS(1)
Impressum