From e028e77dc4ff672abcb5353e5dd78ac7016a68bf Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Wed, 29 Apr 2026 16:26:30 -0400 Subject: [PATCH] detailed layout name --- config.def.h | 6 +++--- 1 file 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 */ -- 2.54.0