summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLignum Crucis2026-04-09 23:46:57 -0300
committerLignum Crucis2026-04-09 23:46:57 -0300
commitc800e7ec3c881c9d1c0cfdc283b084091cfb90d1 (patch)
tree0911c9d17f16b53f8e42d5aca3d2211bc5c4a978 /config.h
parentfc9c95bb6ed4b24b15f782d5757b829f06acfe35 (diff)
conf: changed layout icons
i sincerely edited dwm.c to do it
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index dd19981..82eb33d 100644
--- a/config.h
+++ b/config.h
@@ -56,8 +56,8 @@ static const int refreshrate = 120; /* refresh rate (per second) for client mov
static const Layout layouts[] = {
/* symbol arrange function */
- { "[]=", tile },
- { "[M]", monocle },
+ { "t", tile },
+ { "m", monocle },
/* { "><>", NULL }, no layout function means floating behavior */
};