i3
|
The configuration file can contain multiple sets of bindings. More...
#include <configuration.h>
Public Member Functions | |
SLIST_ENTRY (Mode) modes | |
Data Fields | |
char * | name |
bool | pango_markup |
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.
Definition at line 93 of file configuration.h.
Mode::SLIST_ENTRY | ( | Mode | ) |
struct bindings_head* Mode::bindings |
Definition at line 96 of file configuration.h.
Referenced by configure_binding(), free_configuration(), load_configuration(), mode_from_name(), reorder_bindings(), reorder_bindings_of_mode(), and switch_mode().
char* Mode::name |
Definition at line 94 of file configuration.h.
Referenced by CFGFUN(), free_configuration(), IPC_HANDLER(), load_configuration(), mode_from_name(), and switch_mode().
bool Mode::pango_markup |
Definition at line 95 of file configuration.h.
Referenced by CFGFUN(), configure_binding(), mode_from_name(), and switch_mode().