Add gaplessgrid patch

This commit is contained in:
2024-05-31 11:11:54 +05:00
parent a039af0a87
commit 976638aa52
4 changed files with 44 additions and 6 deletions

View File

@@ -66,10 +66,11 @@ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen win
#include "layouts.c"
static const Layout layouts[] = {
/* symbol arrange function */
{ "[]=", tile }, /* first entry is default */
{ "><>", NULL }, /* no layout function means floating behavior */
{ "[M]", monocle },
/* symbol arrange function */
{ "###", gaplessgrid },
{ "[]=", tile },
{ "><>", NULL },
{ "[M]", monocle },
};
/* key definitions */