Move layouts to layouts.c

This commit is contained in:
2024-05-31 11:05:30 +05:00
parent 52a64691d3
commit a039af0a87
4 changed files with 5 additions and 110 deletions

View File

@@ -63,6 +63,8 @@ static const int nmaster = 1; /* number of clients in master area */
static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */
#include "layouts.c"
static const Layout layouts[] = {
/* symbol arrange function */
{ "[]=", tile }, /* first entry is default */