aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-17 09:47:46 +1100
committerallusive-dev <[email protected]>2023-11-17 09:47:46 +1100
commitacc80de718b4a2c14262250d23b204700a73fc54 (patch)
treee7ed15fefe50dff67d42abf2bda516f88f1b5368 /src
parentupdate meson build (diff)
downloadcompfy-acc80de718b4a2c14262250d23b204700a73fc54.tar.xz
compfy-acc80de718b4a2c14262250d23b204700a73fc54.zip
update warnings for new users
Diffstat (limited to 'src')
-rw-r--r--src/compfy.c2
-rw-r--r--src/config_libconfig.c6
2 files changed, 6 insertions, 2 deletions
diff --git a/src/compfy.c b/src/compfy.c
index 87dc603..29cbe08 100644
--- a/src/compfy.c
+++ b/src/compfy.c
@@ -2110,7 +2110,7 @@ static session_t *session_init(int argc, char **argv, Display *dpy,
if (strstr(argv[0], "compton")) {
log_warn("This compositor has been renamed to \"compfy\", the \"picom\" "
- "binary will not be installed in the future.");
+ "binary has not been installed.");
}
ps->atoms = init_atoms(ps->c);
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;
}