summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index f3a7bed..7052ff4 100644
--- a/config.h
+++ b/config.h
@@ -83,7 +83,7 @@ static const Layout layouts[] = {
{ "|v|", bstackhoriz },
{ "|M|", centeredmaster },
{ "||=", tilewide },
- { "><>", NULL }, /* no layout function means floating behavior */
+ { "~O~", NULL }, /* no layout function means floating behavior */
{ NULL, NULL },
};