diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-08-28 11:55:45 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-08-28 11:55:45 +0200 |
| commit | 80a6ec28ba02e897c45d96eb91d2931a52d01184 (patch) | |
| tree | d949520e2ba21a9858cb133a25c5ce1de8ce212c /config.h | |
| parent | 2c3fbedc27ecc193cf72effdab2fc5a1c52d9e4c (diff) | |
refactored some functions into vanitygaps.c
Diffstat (limited to 'config.h')
| -rwxr-xr-x | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
