mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
Allow to configure outputs by their identifier
This commit is contained in:
parent
150e145a51
commit
ead3f1e676
4 changed files with 75 additions and 51 deletions
|
|
@ -397,6 +397,8 @@ struct seat_attachment_config *seat_config_get_attachment(
|
|||
void apply_seat_config(struct seat_config *seat);
|
||||
|
||||
int output_name_cmp(const void *item, const void *data);
|
||||
void output_get_identifier(char *identifier, size_t len,
|
||||
struct sway_output *output);
|
||||
struct output_config *new_output_config(const char *name);
|
||||
void merge_output_config(struct output_config *dst, struct output_config *src);
|
||||
void apply_output_config(struct output_config *oc, swayc_t *output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue