i3
Data Fields
Barbinding Struct Reference

Defines a mouse command to be executed instead of the default behavior when clicking on the non-statusline part of i3bar. More...

#include <configuration.h>

Data Fields

int input_code
 The button to be used (e.g., 1 for "button1"). More...
 
char * command
 The command which is to be executed for this button. More...
 
bool release
 If true, the command will be executed after the button is released. More...
 
 bindings
 

Detailed Description

Defines a mouse command to be executed instead of the default behavior when clicking on the non-statusline part of i3bar.

Definition at line 382 of file configuration.h.

Field Documentation

◆ bindings

Barbinding::bindings

Definition at line 393 of file configuration.h.

◆ command

char* Barbinding::command

The command which is to be executed for this button.

Definition at line 387 of file configuration.h.

Referenced by bar_configure_binding(), CFGFUN(), dump_bar_bindings(), and free_configuration().

◆ input_code

int Barbinding::input_code

The button to be used (e.g., 1 for "button1").

Definition at line 384 of file configuration.h.

Referenced by bar_configure_binding(), and dump_bar_bindings().

◆ release

bool Barbinding::release

If true, the command will be executed after the button is released.

Definition at line 390 of file configuration.h.

Referenced by bar_configure_binding(), CFGFUN(), and dump_bar_bindings().


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