mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Use output identifier for workspace config
This commit is contained in:
parent
5a98dfee02
commit
0a4cf4748d
3 changed files with 24 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue