diff options
Diffstat (limited to 'src/options.c')
| -rw-r--r-- | src/options.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/options.c b/src/options.c index e2fcd42..c98a77e 100644 --- a/src/options.c +++ b/src/options.c @@ -805,8 +805,7 @@ bool get_cfg(options_t *opt, int argc, char *const *argv, bool shadow_enable, if (wm >= WM_SUPPORT_INVALID) { log_warn("Invalid window manager %s, ignoring.", optarg); } else { - log_warn("wm-support is deprecated. Your window manager will now be detected and have patches applied automatically"); - opt->support_for_wm = WM_SUPPORT_NONE; + opt->support_for_wm = wm; } break; } |