summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-04-29 16:26:30 -0400
committerSkullheadx <admonty1@protonmail.com>2026-05-01 09:44:57 -0400
commite028e77dc4ff672abcb5353e5dd78ac7016a68bf (patch)
tree0e7a81564fac3cdc647fdb3d6ef5ad41e47895cf /config.def.h
parent change font size for dmenu and dwm (diff)
downloaddwm-e028e77dc4ff672abcb5353e5dd78ac7016a68bf.tar.gz
dwm-e028e77dc4ff672abcb5353e5dd78ac7016a68bf.tar.bz2
dwm-e028e77dc4ff672abcb5353e5dd78ac7016a68bf.zip
detailed layout name
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 */