From 80a6ec28ba02e897c45d96eb91d2931a52d01184 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 28 Aug 2022 11:55:45 +0200 Subject: refactored some functions into vanitygaps.c --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 9283c62..a8aa6e5 100755 --- a/config.h +++ b/config.h @@ -46,7 +46,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 "fibonacci.c" +#include "vanitygaps.c" static const Layout layouts[] = { /* symbol arrange function */ { "[]=", tile }, /* first entry is default */ -- cgit v1.2.3