i3
Data Fields
Mode Struct Reference

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
 

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 82 of file configuration.h.

Field Documentation

◆ bindings

struct bindings_head* Mode::bindings

◆ modes

Mode::modes

Definition at line 88 of file configuration.h.

◆ name

char* Mode::name

Definition at line 83 of file configuration.h.

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

◆ pango_markup

bool Mode::pango_markup

Definition at line 84 of file configuration.h.

Referenced by mode_from_name(), and switch_mode().


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