aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config_libconfig.c2
1 files changed, 1 insertions, 1 deletions
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);
}