about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/sway/fix-paths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/sway/fix-paths.patch')
-rw-r--r--pkgs/applications/window-managers/sway/fix-paths.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/applications/window-managers/sway/fix-paths.patch b/pkgs/applications/window-managers/sway/fix-paths.patch
deleted file mode 100644
index c52f65b146b7..000000000000
--- a/pkgs/applications/window-managers/sway/fix-paths.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;