mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -05:00
messy, unfinished version
This commit is contained in:
parent
d4eb964fd1
commit
0f1859ed25
4 changed files with 91 additions and 4 deletions
|
|
@ -92,6 +92,13 @@ struct workspace_output {
|
|||
char *workspace;
|
||||
};
|
||||
|
||||
struct pid_workspace {
|
||||
pid_t *pid;
|
||||
char *workspace;
|
||||
};
|
||||
|
||||
void free_pid_workspace(struct pid_workspace *pw);
|
||||
|
||||
struct bar_config {
|
||||
/**
|
||||
* One of "dock", "hide", "invisible"
|
||||
|
|
@ -175,6 +182,7 @@ struct sway_config {
|
|||
list_t *bars;
|
||||
list_t *cmd_queue;
|
||||
list_t *workspace_outputs;
|
||||
list_t *pid_workspaces;
|
||||
list_t *output_configs;
|
||||
list_t *input_configs;
|
||||
list_t *criteria;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue