Adding the xresources patch
This commit is contained in:
6
dwm.c
6
dwm.c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user