Use output identifier for workspace config

This commit is contained in:
Robinhuett 2018-10-27 15:56:06 +02:00
parent 5a98dfee02
commit 0a4cf4748d
3 changed files with 24 additions and 1 deletions

View file

@ -86,6 +86,8 @@ void output_damage_whole_container(struct sway_output *output,
struct sway_output *output_by_name(const char *name);
struct sway_output *output_by_identifier(const char *identifier);
void output_sort_workspaces(struct sway_output *output);
struct output_config *output_find_config(struct sway_output *output);