From c800e7ec3c881c9d1c0cfdc283b084091cfb90d1 Mon Sep 17 00:00:00 2001 From: Lignum Crucis Date: Thu, 9 Apr 2026 23:46:57 -0300 Subject: conf: changed layout icons i sincerely edited dwm.c to do it --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') 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 */ }; -- cgit v1.2.3