i3
|
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 |
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.
struct bindings_head* Mode::bindings |
Definition at line 80 of file config.h.
Referenced by load_configuration(), and switch_mode().
char* Mode::name |
Definition at line 79 of file config.h.
Referenced by floating_enable(), load_configuration(), and switch_mode().