diff -ruN wmconfig-1.2.1/wmconfig.c wmconfig-1.2.1_new/wmconfig.c --- wmconfig-1.2.1/wmconfig.c Sun Aug 8 12:10:28 2004 +++ wmconfig-1.2.1_new/wmconfig.c Sat Oct 2 09:40:37 2004 @@ -212,17 +212,25 @@ if (strncasecmp(optarg, "debug", 5) == 0) output_type = DO_DEBUG; if (strncasecmp(optarg, "twm", 3) == 0) + { twm_type = 0; output_type = DO_TWM; + } if (strncasecmp(optarg, "vtwm", 4) == 0) + { twm_type = 1; output_type = DO_TWM; + } if (strncasecmp(optarg, "tvtwm", 5) == 0) + { twm_type = 1; output_type = DO_TWM; + } if (strncasecmp(optarg, "piewm", 5) == 0) + { twm_type = 2; output_type = DO_TWM; + } if (strncasecmp(optarg, "olwm", 4) == 0) output_type = DO_OLWM; if (strncasecmp(optarg, "olvwm", 5) == 0)