summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index d250118..5111a85 100644
--- a/config.def.h
+++ b/config.def.h
@@ -40,9 +40,9 @@ static const int refreshrate = 120; /* refresh rate (per second) for client mov
static const Layout layouts[] = {
/* symbol arrange function */
- { "[]=", tile }, /* first entry is default */
- { "><>", NULL }, /* no layout function means floating behavior */
- { "[M]", monocle },
+ { "Tiled", tile }, /* first entry is default */
+ { "Floating", NULL }, /* no layout function means floating behavior */
+ { "Monocle", monocle },
};
/* key definitions */