mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Remove code that was nullifying output_config
Code which loaded a '*' config for backgrounds was wrongly nullifying output_config, breaking dpms commands for specific displays.
This commit is contained in:
parent
c65c84444e
commit
dfdc00e7ba
1 changed files with 0 additions and 2 deletions
|
|
@ -170,8 +170,6 @@ void apply_output_config(struct output_config *oc, struct sway_container *output
|
||||||
int i = list_seq_find(config->output_configs, output_name_cmp, "*");
|
int i = list_seq_find(config->output_configs, output_name_cmp, "*");
|
||||||
if (i >= 0) {
|
if (i >= 0) {
|
||||||
oc = config->output_configs->items[i];
|
oc = config->output_configs->items[i];
|
||||||
} else {
|
|
||||||
oc = NULL;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue