diff options
| author | allusive-dev <[email protected]> | 2023-11-10 09:39:16 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-10 09:39:16 +1100 |
| commit | 0934098829e5760f22e566303e43e074c20d64e8 (patch) | |
| tree | 499997e397c5d3bef02eb093d96142b581590281 /src/config_libconfig.c | |
| parent | Updated WM warning message (diff) | |
| download | compfy-1.4.2.tar.xz compfy-1.4.2.zip | |
Removed WM warning message1.4.2
Diffstat (limited to 'src/config_libconfig.c')
| -rw-r--r-- | src/config_libconfig.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/config_libconfig.c b/src/config_libconfig.c index 5685a6b..ac4eb96 100644 --- a/src/config_libconfig.c +++ b/src/config_libconfig.c @@ -520,14 +520,6 @@ 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"); - - 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); // --animation-for-open-window |