Merge pull request #329823 from ExpidusOS/fix/pkgsllvm/elfutils
[NixPkgs.git] / pkgs / by-name / sw / swayfx-unwrapped / fix-paths.patch
blobc52f65b146b797efa6fdda8668b1f1ae205d04c8
1 --- a/sway/config.c
2 +++ b/sway/config.c
3 @@ -276,7 +276,7 @@
5 if (!(config->active_bar_modifiers = create_list())) goto cleanup;
7 - if (!(config->swaybg_command = strdup("swaybg"))) goto cleanup;
8 + if (!(config->swaybg_command = strdup("@swaybg@/bin/swaybg"))) goto cleanup;
10 if (!(config->config_chain = create_list())) goto cleanup;
11 config->current_config_path = NULL;