Fix undeclared function error 😆

This commit is contained in:
Anas Elgarhy 2022-04-28 00:25:13 +02:00
parent 0db52b38d8
commit cc4114b449
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ 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 */