Files
termux-packages/x11-packages/picom/src-config.c.patch
termux-pacman-bot 66c0c44646 bump(x11/picom): 12.5
* Add man pages and conf file.
* Relocate conf file path.
2024-11-25 10:06:10 +00:00

12 lines
192 B
Diff

--- a/src/config.c
+++ b/src/config.c
@@ -53,7 +53,7 @@
size_t count = 0;
if (!xdgd) {
- xdgd = "/etc/xdg";
+ xdgd = "@TERMUX_PREFIX@/etc/xdg";
}
for (int i = 0; xdgd[i]; i++) {