Linux Commands Examples

A great documentation place for Linux commands

xlsatoms

list interned atoms defined on server


see also : X - xprop

Synopsis

xlsatoms [-options ...]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

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

options

-display dpy

This option specifies the X server to which to connect.

-format string

This option specifies a printf-style string used to list each atom <value,name> pair, printed in that order (value is an unsigned long and name is a char *). Xlsatoms will supply a newline at the end of each line. The default is %ld\t%s.

-range [low]-[high]

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.

-name string

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.

display

to get the default host and display to use.

environment


see also

X , Xserver, xprop


author

Jim Fulton, MIT X Consortium

How can this site be more helpful to YOU ?


give  feedback