commit fe90284afb8ddaf24fadfb26a852ca790133bc46
parent 08085f7eeda0e6a4e542a97f7516d43a6b1842b3
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date: Thu, 2 May 2024 19:33:27 -0400
config.def.h: remove glyph from master/stack layout icon, revert to original
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -102,7 +102,7 @@ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen win
static const Layout layouts[] = {
/* symbol arrange function */
- { "\uf356", tile }, /* first entry is default */
+ { "[]=", tile }, /* first entry is default */
{ "><>", NULL }, /* no layout function means floating behavior */
{ "[M]", monocle },
};