aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-10 09:14:56 +1100
committerallusive-dev <[email protected]>2023-11-10 09:14:56 +1100
commit2867614e030bd13cc72893f920c0e5106dfe6c13 (patch)
treefc3bc1927a9d2a3ff2920343b1814816b82fbde5 /src
parentUpdate README.md (diff)
downloadcompfy-2867614e030bd13cc72893f920c0e5106dfe6c13.tar.xz
compfy-2867614e030bd13cc72893f920c0e5106dfe6c13.zip
Warning for WM patches, full sample config
Diffstat (limited to 'src')
-rw-r--r--src/config_libconfig.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config_libconfig.c b/src/config_libconfig.c
index ac4eb96..523dc91 100644
--- a/src/config_libconfig.c
+++ b/src/config_libconfig.c
@@ -520,6 +520,12 @@ char *parse_config_libconfig(options_t *opt, const char *config_file, bool *shad
parse_cfg_condlst(&cfg, &opt->shadow_clip_list, "clip-shadow-above");
// --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");
+
// --animations
lcfg_lookup_bool(&cfg, "animations", &opt->animations);
// --animation-for-open-window