JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Switch config quirks from '|' to '+' to be consistent with other config
[spectrwm.git] / scrotwm.c
index ca4a07a..98e0490 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -2381,7 +2381,8 @@ const char *quirkname[] = {
        "FULLSCREEN",
 };
 
-#define        SWM_Q_WS                "\n| \t"
+/* SWM_Q_WS: retain '|' for back compat for now (2009-08-11) */
+#define        SWM_Q_WS                "\n|+ \t"
 int
 parsequirks(char *qstr, unsigned long *quirk)
 {