From 6a38e1171d2c078fd269edcac1a93424eb4122b2 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Mon, 20 Nov 2023 01:09:40 +0200 Subject: [PATCH] chore: re-organize code --- src/config/config.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/config/config.h b/src/config/config.h index 37edb07..6b92fcb 100644 --- a/src/config/config.h +++ b/src/config/config.h @@ -3,6 +3,15 @@ /* def */ #define TERMINAL "st" +#ifndef STDDEF_H +#include +#endif +#ifndef ARCHY_DWM_H +#include "../archy_dwm.h" +#endif +#include "keys.h" +#include "mouse.h" + /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int gappx = 3; /* gaps size between windows */