|
i3
|
Defines a mouse command to be executed instead of the default behavior when clicking on the non-statusline part of i3bar. More...
#include <config.h>
Public Member Functions | |
| TAILQ_ENTRY (Barbinding) bindings | |
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... | |
Defines a mouse command to be executed instead of the default behavior when clicking on the non-statusline part of i3bar.
| Barbinding::TAILQ_ENTRY | ( | Barbinding | ) |
| char* Barbinding::command |
The command which is to be executed for this button.
Definition at line 366 of file config.h.
Referenced by bar_configure_binding(), dump_bar_bindings(), and load_configuration().
| int Barbinding::input_code |
The button to be used (e.g., 1 for "button1").
Definition at line 363 of file config.h.
Referenced by bar_configure_binding(), and dump_bar_bindings().
1.8.5