summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-08-28 11:55:45 +0200
committeryuzu-eva <stevenhu@web.de>2022-08-28 11:55:45 +0200
commit80a6ec28ba02e897c45d96eb91d2931a52d01184 (patch)
treed949520e2ba21a9858cb133a25c5ce1de8ce212c /config.h
parent2c3fbedc27ecc193cf72effdab2fc5a1c52d9e4c (diff)
refactored some functions into vanitygaps.c
Diffstat (limited to 'config.h')
-rwxr-xr-xconfig.h2
1 files changed, 1 insertions, 1 deletions
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 */