From 0a4cf4748d842f1b4ec0e84e4b5c839dbe207652 Mon Sep 17 00:00:00 2001 From: Robinhuett <5955614+Robinhuett@users.noreply.github.com> Date: Sat, 27 Oct 2018 15:56:06 +0200 Subject: Use output identifier for workspace config --- include/sway/output.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/sway/output.h') diff --git a/include/sway/output.h b/include/sway/output.h index 369e62ce..22cb352a 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -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); -- cgit v1.2.3-54-g00ecf