X11 | Twise Random https://twiserandom.com A site about computer science . Mon, 12 Jul 2021 10:36:23 +0000 en-US hourly 1 https://wordpress.org/?v=5.8.1 https://twiserandom.com/wp-content/uploads/2019/08/cropped-abstract-color-32x32.jpg X11 | Twise Random https://twiserandom.com 32 32 xprop a tutorial https://twiserandom.com/unix/x11/tools/xprop-a-tutorial/ Mon, 12 Jul 2021 10:18:59 +0000 https://twiserandom.com/?p=6875  

Let us start by defining what is xprop. xprop is simply a tool, to query, set, and remove the properties of an X11 window .

Additionally, using xprop, you can query X11 core fonts attributes, so you … Read More

The post xprop a tutorial first appeared on Twise Random.]]>
 

Let us start by defining what is xprop. xprop is simply a tool, to query, set, and remove the properties of an X11 window .

Additionally, using xprop, you can query X11 core fonts attributes, so you … Read More

The post xprop a tutorial first appeared on Twise Random.]]>
What is a property in X11? https://twiserandom.com/unix/x11/what-is-a-property-in-x11/ Sat, 10 Jul 2021 13:17:35 +0000 https://twiserandom.com/?p=6595  

In X11, a property simply has a name, a type, a format, a value, and is associated with a window.

There is a set of functions, provided by X11, which allows manipulating a property, and they … Read More

The post What is a property in X11? first appeared on Twise Random.]]>
 

In X11, a property simply has a name, a type, a format, a value, and is associated with a window.

There is a set of functions, provided by X11, which allows manipulating a property, and they … Read More

The post What is a property in X11? first appeared on Twise Random.]]>
What is an atom in X11? https://twiserandom.com/unix/x11/what-is-an-atom-in-x11/ Wed, 07 Jul 2021 15:20:32 +0000 https://twiserandom.com/?p=6551  

An atom in X11, is of type Atom, which is defined in the <X11/Xatom.h header, as :

typedef unsigned long Atom;		/* Also in Xdefs.h */

An atom is 32 bits, the reason, that long was chosen, … Read More

The post What is an atom in X11? first appeared on Twise Random.]]>
 

An atom in X11, is of type Atom, which is defined in the <X11/Xatom.h header, as :

typedef unsigned long Atom;		/* Also in Xdefs.h */

An atom is 32 bits, the reason, that long was chosen, … Read More

The post What is an atom in X11? first appeared on Twise Random.]]>