0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/x11-packages/picom/src-config.c.patch
Biswapriyo Nath db650081bb bump(x11/picom): 12.5
* Add man pages and conf file.
* Relocate conf file path.
2024-11-25 09:09:07 +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++) {