1XLSATOMS(1) General Commands Manual XLSATOMS(1)
2
3
4
6 xlsatoms - list interned atoms defined on server
7
9 xlsatoms [-options ...]
10
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
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
39 X(7), Xserver(1), xprop(1)
40
42 DISPLAY to get the default host and display to use.
43
45 Jim Fulton, MIT X Consortium
46
47
48
49X Version 11 xlsatoms 1.0.1 XLSATOMS(1)