|
i3
|
The configuration file can contain multiple sets of bindings. More...
#include <configuration.h>
Data Fields | |
| char * | name |
| bool | pango_markup |
| struct bindings_head * | bindings |
| modes | |
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 82 of file configuration.h.
| struct bindings_head* Mode::bindings |
Definition at line 85 of file configuration.h.
Referenced by configure_binding(), load_configuration(), mode_from_name(), reorder_bindings(), reorder_bindings_of_mode(), and switch_mode().
| Mode::modes |
Definition at line 88 of file configuration.h.
| char* Mode::name |
Definition at line 83 of file configuration.h.
Referenced by CFGFUN(), IPC_HANDLER(), load_configuration(), mode_from_name(), and switch_mode().
| bool Mode::pango_markup |
Definition at line 84 of file configuration.h.
Referenced by mode_from_name(), and switch_mode().
1.8.13