i3
Public Member Functions | Data Fields
Mode Struct Reference

The configuration file can contain multiple sets of bindings. More...

#include <config.h>

Public Member Functions

 SLIST_ENTRY (Mode) modes
 

Data Fields

char * name
 
struct bindings_head * bindings
 

Detailed Description

The configuration file can contain multiple sets of bindings.

Apart from the default set (name == "default"), you can specify other sets and change the currently active set of bindings by using the "mode <name>" command.

Definition at line 78 of file config.h.

Member Function Documentation

Mode::SLIST_ENTRY ( Mode  )

Field Documentation

struct bindings_head* Mode::bindings

Definition at line 80 of file config.h.

Referenced by configure_binding(), load_configuration(), mode_from_name(), and switch_mode().

char* Mode::name

Definition at line 79 of file config.h.

Referenced by load_configuration(), mode_from_name(), and switch_mode().


The documentation for this struct was generated from the following file: