Adding the xresources patch

This commit is contained in:
bakkeby
2025-02-25 09:29:45 +01:00
parent 8a3da062d7
commit 25134d69a9
10 changed files with 223 additions and 16 deletions

6
dwm.c
View File

@@ -5354,10 +5354,10 @@ main(int argc, char *argv[])
die("dwm: cannot get xcb connection\n");
#endif // SWALLOW_PATCH
checkotherwm();
#if XRDB_PATCH && !BAR_VTCOLORS_PATCH
#if XRESOURCES_PATCH || XRDB_PATCH
XrmInitialize();
loadxrdb();
#endif // XRDB_PATCH && !BAR_VTCOLORS_PATCH
load_xresources();
#endif // XRESOURCES_PATCH | XRDB_PATCH
#if COOL_AUTOSTART_PATCH
autostart_exec();
#endif // COOL_AUTOSTART_PATCH