about summary refs log tree commit diff
path: root/pkgs/by-name/sw/swayfx-unwrapped/fix-paths.patch
blob: c52f65b146b797efa6fdda8668b1f1ae205d04c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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;