refactor: re-organize

This commit is contained in:
Anas Elgarhy 2023-11-20 00:57:52 +02:00
parent c09bde1f8d
commit ab0aea1d09
1 changed files with 1 additions and 5 deletions

View File

@ -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 */