mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
29b14dfd9b
Avoids polluting the environment for sway's children.
12 lines
379 B
Diff
12 lines
379 B
Diff
--- a/sway/config.c
|
|
+++ b/sway/config.c
|
|
@@ -276,7 +276,7 @@
|
|
|
|
if (!(config->active_bar_modifiers = create_list())) goto cleanup;
|
|
|
|
- if (!(config->swaybg_command = strdup("swaybg"))) goto cleanup;
|
|
+ if (!(config->swaybg_command = strdup("@swaybg@/bin/swaybg"))) goto cleanup;
|
|
|
|
if (!(config->config_chain = create_list())) goto cleanup;
|
|
config->current_config_path = NULL;
|