183 } focus_on_window_activation;
227 PDF_LEAVE_FULLSCREEN = 1,
231 } popup_during_fullscreen;
269 M_INVISIBLE = 2 } mode;
273 S_SHOW = 1 } hidden_state;
291 P_TOP = 1 } position;
char * active_workspace_border
struct bindings_head * bindings
char * binding_mode_border
char * inactive_workspace_bg
char * separator_symbol
A custom separator to use instead of a vertical line.
char * urgent_workspace_bg
char * command
The command which is to be executed for this button.
struct barconfig_head barconfigs
char * inactive_workspace_border
#define TAILQ_ENTRY(type)
char * focused_workspace_bg
warping_t mouse_warping
By default, when switching focus to a window on a different output (e.g.
int container_stack_limit_value
char * font
Font specification for all text rendered on the bar.
warping_t
Mouse pointer warping modes.
bool disable_focus_follows_mouse
By default, focus follows mouse.
void update_barconfig()
Sends the current bar configuration as an event to all barconfig_update listeners.
Used during the config file lexing/parsing to keep the state of the lexer in order to provide useful ...
bool force_xinerama
By default, use the RandR API for multi-monitor setups.
struct bindings_head * bindings
char ** outputs
Outputs on which this bar should show up on.
char * active_workspace_text
layout_t
Container layouts.
char * id
Automatically generated ID for this bar config.
int32_t floating_minimum_width
char * focused_workspace_border
char * i3bar_command
Command that should be run to execute i3bar, give a full path if i3bar is not in your $PATH...
Data structure for cached font information:
Holds a user-assigned variable for parsing the configuration file.
bool workspace_auto_back_and_forth
Automatic workspace back and forth switching.
void load_configuration(xcb_connection_t *conn, const char *override_configfile, bool reload)
Reads the configuration from ~/.i3/config or /etc/i3/config if not found.
bool parse_configuration(const char *override_configpath, bool use_nagbar)
Finds the configuration file to use (either the one specified by override_configpath), the user’s one or the system default) and calls parse_file().
bool strip_workspace_numbers
Strip workspace numbers? Configuration option is 'strip_workspace_numbers yes'.
char * socket_path
Path to the i3 IPC socket.
TAILQ_HEAD(barconfig_head, Barconfig) barconfigs
Holds the status bar configuration (i3bar).
xcb_connection_t * conn
XCB connection and root screen.
hide_edge_borders_mode_t hide_edge_borders
Remove borders if they are adjacent to the screen edge.
bool disable_workspace_bar
By default, a workspace bar is drawn at the bottom of the screen.
bool hide_workspace_buttons
Hide workspace buttons? Configuration option is 'workspace_buttons no' but we invert the bool to get ...
char * active_workspace_bg
bool show_marks
Specifies whether or not marks should be displayed in the window decoration.
int input_code
The button to be used (e.g., 1 for "button1").
int default_orientation
Default orientation for new containers.
char * restart_state_path
SLIST_HEAD(modes_head, Mode) modes
Holds part of the configuration (the part which is not already in dedicated structures in include/dat...
char * current_configpath
void kill_configerror_nagbar(bool wait_for_it)
Kills the configerror i3-nagbar process, if any.
border_style_t default_border
The default border style for new windows.
Part of the struct Config.
bool verbose
Enable verbose mode? Useful for debugging purposes.
int container_stack_limit
void ungrab_all_keys(xcb_connection_t *conn)
Ungrabs all keys, to be called before re-grabbing the keys because of a mapping_notify event or a con...
int default_floating_border_width
char * urgent_workspace_text
Defines a mouse command to be executed instead of the default behavior when clicking on the non-statu...
int num_outputs
Number of outputs in the outputs array.
The configuration file can contain multiple sets of bindings.
bool hide_binding_mode_indicator
Hide mode button? Configuration option is 'binding_mode_indicator no' but we invert the bool for the ...
char * status_command
Command that should be run to get a statusline, for example 'i3status'.
char * focused_background
int32_t floating_maximum_width
Maximum and minimum dimensions of a floating window.
char * urgent_workspace_border
int32_t floating_minimum_height
uint32_t floating_modifier
The modifier which needs to be pressed in combination with your mouse buttons to do things with float...
int32_t floating_maximum_height
bool force_focus_wrapping
Think of the following layout: Horizontal workspace with a tabbed con on the left of the screen and a...
char * focused_statusline
char * focused_workspace_text
float workspace_urgency_timer
By default, urgency is cleared immediately when switching to another workspace leads to focusing the ...
char * inactive_workspace_text
char * fake_outputs
Overwrites output detection (for testing), see src/fake_outputs.c.
#define SLIST_ENTRY(type)
border_style_t default_floating_border
The default border style for new floating windows.