NAME

xlsatoms - list interned atoms defined on server

SYNOPSIS

xlsatoms [-options ...]

DESCRIPTION

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, _x_l_s_a_t_o_m_s will try all atoms in the range, regardless of whether or not any are undefined.

OPTIONS

-display _d_p_y
This option specifies the X server to which to connect.
-format _s_t_r_i_n_g
This option specifies a _p_r_i_n_t_f-style string used to list each atom _<_v_a_l_u_e_,_n_a_m_e_> pair, printed in that order (_v_a_l_u_e is an _u_n_s_i_g_n_e_d _l_o_n_g and _n_a_m_e is a _c_h_a_r _*). _X_l_s_a_t_o_m_s will supply a newline at the end of each line. The default is _%_l_d_\_t_%_s.
-range _[_l_o_w_]_-_[_h_i_g_h_]
This option specifies the range of atom values to check. If _l_o_w is not given, a value of 1 assumed. If _h_i_g_h is not given, _x_l_s_a_t_o_m_s will stop at the first undefined atom at or above _l_o_w.
-name _s_t_r_i_n_g
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.

SEE ALSO

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

ENVIRONMENT

DISPLAY
to get the default host and display to use.

AUTHOR

Jim Fulton, MIT X Consortium