summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-02-01 04:54:17 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-02-01 04:54:17 -0500
commite07b5d038d149462e5ed2d9982c87e1ed95c7c23 (patch)
treeaea76c86fac86b4833fd7c915ed5442e8c7b9e63
parente915e3178ba8f51663140b40721cb2cd28a668a9 (diff)
Update floating layout iconHEADpersonal
-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 },
};