kernel

Undocumented in source.

Members

Classes

Kernel
class Kernel
Undocumented in source.

Functions

applyrules
void applyrules(Client* c)
Undocumented in source. Be warned that the author may not have intended to support it.
arrange
void arrange(Monitor* m)
Undocumented in source. Be warned that the author may not have intended to support it.
arrangemon
void arrangemon(Monitor* m)
Undocumented in source. Be warned that the author may not have intended to support it.
attach
void attach(Client* c)
Undocumented in source. Be warned that the author may not have intended to support it.
attachstack
void attachstack(Client* c)
Undocumented in source. Be warned that the author may not have intended to support it.
getstate
long getstate(Window w)
Undocumented in source. Be warned that the author may not have intended to support it.
quit
void quit(Arg* arg)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

VERSION
string VERSION;
Undocumented in source.
buttons
Button[] buttons;
Undocumented in source.
drw
Drw* drw;
Undocumented in source.
fnt
Fnt* fnt;
Undocumented in source.
handler
void function(XEvent*)[LASTEvent] handler;
Undocumented in source.
keys
Key[] keys;
Undocumented in source.
netatom
Atom[NetLast] netatom;
Undocumented in source.
wmatom
Atom[WMLast] wmatom;
Undocumented in source.

Variables

eventManager
EventHandler eventManager;
Undocumented in source.
keyboardEventHandler
KeyboardEvents keyboardEventHandler;
Undocumented in source.
mouseEventHandler
MouseEvents mouseEventHandler;
Undocumented in source.
windowManager
WindowManager windowManager;
Undocumented in source.

Meta