diff options
| author | allusive-dev <[email protected]> | 2023-11-17 09:47:46 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-17 09:47:46 +1100 |
| commit | acc80de718b4a2c14262250d23b204700a73fc54 (patch) | |
| tree | e7ed15fefe50dff67d42abf2bda516f88f1b5368 /src/config_libconfig.c | |
| parent | update meson build (diff) | |
| download | compfy-acc80de718b4a2c14262250d23b204700a73fc54.tar.xz compfy-acc80de718b4a2c14262250d23b204700a73fc54.zip | |
update warnings for new users
Diffstat (limited to 'src/config_libconfig.c')
| -rw-r--r-- | src/config_libconfig.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/config_libconfig.c b/src/config_libconfig.c index 7aeecc4..5991992 100644 --- a/src/config_libconfig.c +++ b/src/config_libconfig.c @@ -55,7 +55,11 @@ FILE *open_config_file_at(const char *base, char **out_path) { log_warn("This compositor has been renamed to \"compfy\", " "the old config file paths is deprecated. " "Please replace the \"picom\"s in the path " - "with \"compfy\""); + "with \"compfy\"\n"); + log_warn("If you are coming from Picom please see " + "the GitHub wiki or \"man compfy\" in " + "relation to the new features and changes made " + "BEFORE making an Issue on GitHub"); } return ret; } |