My configuration of sxmo fork of suckless dwm.

git clone git://watertao.xyz/programs/sxmo-dwm.git

commit 7b3a479fafcaa4ff7585acc145105a14411ca2b5
parent 8935bde4191b94c3363c5a21ddf62fa6d316ebf5
Author: Miles Alan <m@milesalan.com>
Date:   Tue, 30 Jun 2020 19:22:07 -0500

Show tabs as equal sizes when using bstack

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -46,7 +46,7 @@ static const int resizehints = 0; /* 1 means respect size hints in tiled resi #define BARTAB_TAGSINDICATOR 1 // 0 = off, 1 = on if >1 client/view tag, 2 = always on #define BARTAB_TAGSPX 5 // # pixels for tag grid boxes #define BARTAB_TAGSROWS 2 // # rows in tag grid (9 tags, e.g. 3x3) -static void (*bartabmonfns[])(Monitor *) = { monocle /* , customlayoutfn */ }; +static void (*bartabmonfns[])(Monitor *) = { monocle, bstack }; static void (*bartabfloatfns[])(Monitor *) = { NULL /* , customlayoutfn */ }; static const Layout ppcyclelayouts[] = {