sway: remove swaybg from path

Avoids polluting the environment for sway's children.
This commit is contained in:
V
2021-01-18 17:56:31 +01:00
parent 979e6e67d3
commit 29b14dfd9b
3 changed files with 18 additions and 3 deletions
@@ -0,0 +1,11 @@
--- 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;