diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-04-29 16:26:30 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-05-01 09:44:57 -0400 |
| commit | e028e77dc4ff672abcb5353e5dd78ac7016a68bf (patch) | |
| tree | 0e7a81564fac3cdc647fdb3d6ef5ad41e47895cf | |
| parent | change font size for dmenu and dwm (diff) | |
| download | dwm-e028e77dc4ff672abcb5353e5dd78ac7016a68bf.tar.gz dwm-e028e77dc4ff672abcb5353e5dd78ac7016a68bf.tar.bz2 dwm-e028e77dc4ff672abcb5353e5dd78ac7016a68bf.zip | |
detailed layout name
| -rw-r--r-- | config.def.h | 6 |
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 */ |
