messy, unfinished version

This commit is contained in:
Zandr Martin 2016-06-06 06:58:53 -05:00
parent d4eb964fd1
commit 0f1859ed25
4 changed files with 91 additions and 4 deletions

View file

@ -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;