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 un‐
14 known atom is found. If an explicit range is given, xlsatoms will try
15 all atoms in the range, regardless of whether or not any are undefined.
16
18 -display dpy
19 This option specifies the X server to which to connect.
20
21 -format string
22 This option specifies a printf-style string used to list each
23 atom <value,name> pair, printed in that order (value is an un‐
24 signed long and name is a char *). Xlsatoms will supply a new‐
25 line at the end of each line. The default is %lu\t%s.
26
27 -range [low]-[high]
28 This option specifies the range of atom values to check. If
29 low is not given, a value of 1 assumed. If high is not given,
30 xlsatoms will stop at the first undefined atom at or above low.
31
32 -name string
33 This option specifies the name of an atom to list. If the atom
34 does not exist, a message will be printed on the standard er‐
35 ror.
36
37 -version
38 Print out the program version and exit.
39
41 X(7), Xserver(1), xprop(1)
42
44 DISPLAY to get the default host and display to use.
45
47 Jim Fulton, MIT X Consortium
48
49
50
51X Version 11 xlsatoms 1.1.4 XLSATOMS(1)