i3
Mode Struct Reference

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
 

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

Member Function Documentation

◆ SLIST_ENTRY()

Mode::SLIST_ENTRY ( Mode )

Field Documentation

◆ bindings

struct bindings_head* Mode::bindings

◆ name

char* Mode::name

◆ pango_markup

bool Mode::pango_markup

Definition at line 95 of file configuration.h.

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


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