Switch to side-by-side view

--- a/src/main.cxx
+++ b/src/main.cxx
@@ -159,7 +159,7 @@
 string g_configfilename;
 ConfSimple *g_config;
 bool g_enableL16 = false;
-bool g_lumincompat = true;
+bool g_lumincompat = false;
 
 static void onsig(int)
 {
@@ -414,7 +414,7 @@
         if (g_config->get("scsendermpdport", value))
             sendermpdport = atoi(value.c_str());
 
-        g_lumincompat = configBool(g_config, "lumincompat", true);
+        g_lumincompat = configBool(g_config, "lumincompat", false);
     } else {
         // g_configfilename is empty. Create an empty config anyway
         g_config = new ConfSimple(string(), 1, true);