Data Structures

Here are the data structures with brief descriptions:
AssignmentAn Assignment makes specific windows go to a specific workspace/output or run a command for that window
AutostartHolds a command specified by either an:

  • exec-line
  • exec_always-line in the config (see src/config.c)
bfs_entry
BindingHolds a keybinding, consisting of a keycode combined with modifiers and the command which is executed as soon as the key is pressed (see src/command.c)
callback_params
ColortriplePart of the struct Config
Con
con_state
ConfigHolds part of the configuration (the part which is not already in dedicated structures in include/data.h)
Config::config_bar
Config::config_client
contextUsed during the config file lexing/parsing to keep the state of the lexer in order to provide useful error messages in yyerror()
deco_render_paramsStores the parameters for rendering a window decoration
FontData structure for cached font information:

  • font id in X11 (load it once)
  • font height (multiple calls needed to get it)
Ignore_Event
ipc_client
Match
ModeThe configuration file can contain multiple sets of bindings
owindow
property_handler_t
RectStores a rectangle, for example the size of a window, the child window etc
reservedpxStores the reserved pixels on each screen edge read from a _NET_WM_STRUT_PARTIAL
resize_window_callback_params
VariableHolds a user-assigned variable for parsing the configuration file
width_heightStores a width/height pair, used as part of deco_render_params to check whether the rects width/height have changed
Window
Workspace_AssignmentStores which workspace (by name) goes to which output
xoutputAn Output is a physical output on your graphics driver
yy_buffer_state
yy_trans_info
yyalloc
YYSTYPE

Generated on 6 Aug 2011 for i3 by  doxygen 1.6.1