diff options
| author | allusive-dev <[email protected]> | 2023-11-08 11:22:50 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-08 11:22:50 +1100 |
| commit | ec222c91c30e482ba88282d7072e64ec774b5d4c (patch) | |
| tree | 57959d62356d5a21badc1a78a3a629fe0b3f9546 /src | |
| parent | patched crashing again (diff) | |
| download | compfy-ec222c91c30e482ba88282d7072e64ec774b5d4c.tar.xz compfy-ec222c91c30e482ba88282d7072e64ec774b5d4c.zip | |
made the issue clearer
Diffstat (limited to 'src')
| -rw-r--r-- | src/config_libconfig.c | 2 |
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); } |