From ec222c91c30e482ba88282d7072e64ec774b5d4c Mon Sep 17 00:00:00 2001 From: allusive-dev Date: Wed, 8 Nov 2023 11:22:50 +1100 Subject: made the issue clearer --- src/config_libconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/config_libconfig.c b/src/config_libconfig.c index 7661743..0f6a0f1 100644 --- a/src/config_libconfig.c +++ b/src/config_libconfig.c @@ -478,7 +478,7 @@ char *parse_config_libconfig(options_t *opt, const char *config_file, bool *shad } else if (strcmp(wmNotice, "dwm") == 0) { log_warn("Looks like you are using DWM. Applying Patches"); } else if (strcmp(wmNotice, "NULL") == 0) { - log_warn("If you are seeing this error it probably means you are not using a Display Manager so your WM cannot be read. See Issue #25 on GitHub"); + log_warn("Your not using a Display Manager. Add this to your shells's rc file to ensure you will get the right patches.\n export DESKTOP_SESSION='your-window-manager'\n"); } else { log_warn("Looks like your WM, %s does not have any patches avaliable. This is not an Error.", wmNotice); } -- cgit v1.2.3