Fix undeclared function error 😆
This commit is contained in:
parent
0db52b38d8
commit
cc4114b449
1 changed files with 1 additions and 0 deletions
1
config.h
1
config.h
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue