|
i3
|
Stores which workspace (by name or number) goes to which output and its gaps config. More...
#include <data.h>

Data Fields | |
| char * | name |
| char * | output |
| gaps_t | gaps |
| ws_assignments | |
Stores which workspace (by name or number) goes to which output and its gaps config.
| gaps_t Workspace_Assignment::gaps |
Definition at line 229 of file data.h.
Referenced by CFGFUN(), create_gaps_assignment(), create_workspace_on_output(), and workspace_get().
| char* Workspace_Assignment::name |
Definition at line 227 of file data.h.
Referenced by CFGFUN(), cmd_rename_workspace(), create_gaps_assignment(), create_workspace_on_output(), free_configuration(), get_assigned_output(), init_ws_for_output(), output_triggers_assignment(), randr_query_outputs_15(), workspace_get(), and workspace_move_to_output().
| char* Workspace_Assignment::output |
Definition at line 228 of file data.h.
Referenced by CFGFUN(), cmd_rename_workspace(), create_gaps_assignment(), create_workspace_on_output(), free_configuration(), get_assigned_output(), init_ws_for_output(), output_change_mode(), output_triggers_assignment(), randr_query_outputs_15(), workspace_get(), workspace_is_visible(), workspace_move_to_output(), workspace_next(), workspace_next_on_output(), workspace_prev(), workspace_prev_on_output(), and workspace_reassign_sticky().
1.8.18