From ab0aea1d099189557e13ca35af494625c1f15789 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Mon, 20 Nov 2023 00:57:52 +0200 Subject: [PATCH] refactor: re-organize --- src/archy_dwm.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/archy_dwm.c b/src/archy_dwm.c index 453284e..116eba1 100644 --- a/src/archy_dwm.c +++ b/src/archy_dwm.c @@ -99,15 +99,11 @@ static Monitor *mons, *selmon; static Window root, wmcheckwin; /* configuration, allows nested code to access above variables */ -#include "config.h" +#include "config/config.h" /* Layouts */ #include "layouts/layouts.h" /* Movestack patch */ #include "movestack.c" -/* Keys bindings */ -#include "keys/keys.h" -/* Mouse bindings */ -#include "keys/mouse.h" struct Pertag { unsigned int curtag, prevtag; /* current and previous tag */