mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: update swayfx to 0.5
This commit is contained in:
parent
63b6bfc35d
commit
b43342d529
6 changed files with 371 additions and 26 deletions
11
pkgs/swayfxoki/fix-paths.patch
Normal file
11
pkgs/swayfxoki/fix-paths.patch
Normal file
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue