mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
Add support for workspace [name] output [name]
This commit is contained in:
parent
3f3d1ffee4
commit
780893a933
4 changed files with 61 additions and 25 deletions
|
@ -21,10 +21,16 @@ struct sway_mode {
|
|||
list_t *bindings;
|
||||
};
|
||||
|
||||
struct workspace_output {
|
||||
char *output;
|
||||
char *workspace;
|
||||
};
|
||||
|
||||
struct sway_config {
|
||||
list_t *symbols;
|
||||
list_t *modes;
|
||||
list_t *cmd_queue;
|
||||
list_t *workspace_outputs;
|
||||
struct sway_mode *current_mode;
|
||||
|
||||
// Flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue