mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
cmd_output: Replace existing config if called multiple times.
This commit is contained in:
parent
00a4591b39
commit
a94a91a723
3 changed files with 11 additions and 1 deletions
|
|
@ -98,6 +98,7 @@ char *do_var_replacement(char *str);
|
|||
/** Sets up a WLC output handle based on a given output_config.
|
||||
*/
|
||||
void apply_output_config(struct output_config *oc, swayc_t *output);
|
||||
void free_output_config(struct output_config *oc);
|
||||
|
||||
/**
|
||||
* Global config singleton.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue