]> Skullheadx's Git Forge - dwm.git/commitdiff
detailed layout name
authorSkullheadx <admonty1@protonmail.com>
Wed, 29 Apr 2026 20:26:30 +0000 (16:26 -0400)
committerSkullheadx <admonty1@protonmail.com>
Fri, 1 May 2026 13:44:57 +0000 (09:44 -0400)
config.def.h

index d2501188751ca4dd49b355d81e6db108051a1b2d..5111a85d0e3d3daa6b76e33bc83a04e9361c889d 100644 (file)
@@ -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 */