aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-10 09:19:03 +1100
committerallusive-dev <[email protected]>2023-11-10 09:19:03 +1100
commit65ca2152a0f7eb1fddb98fdb2e64be510b747b11 (patch)
treeadf5589cffb0c6a7c34684309b5ce018e2d264e3 /src
parentWarning for WM patches, full sample config (diff)
downloadcompfy-65ca2152a0f7eb1fddb98fdb2e64be510b747b11.tar.xz
compfy-65ca2152a0f7eb1fddb98fdb2e64be510b747b11.zip
Updated WM warning message
Diffstat (limited to 'src')
-rw-r--r--src/config_libconfig.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/config_libconfig.c b/src/config_libconfig.c
index 523dc91..5685a6b 100644
--- a/src/config_libconfig.c
+++ b/src/config_libconfig.c
@@ -521,10 +521,12 @@ char *parse_config_libconfig(options_t *opt, const char *config_file, bool *shad
// --fade-exclude
parse_cfg_condlst(&cfg, &opt->fade_blacklist, "fade-exclude");
- log_warn("If you are using AwesomeWM, DWM or Herbstluftwm please set this option in your config\n"
- "\n"
- "wm-support = 'awesome'\n"
- "# Avaliable options are, 'awesome', 'herb', 'dwm'\n");
+ printf("\n"
+ "If you are using AwesomeWM, DWM or Herbstluftwm please set this option in your config\n"
+ "\n"
+ "wm-support = 'awesome'\n"
+ "# Avaliable options are, 'awesome', 'herb', 'dwm'\n"
+ "\n");
// --animations
lcfg_lookup_bool(&cfg, "animations", &opt->animations);