chore: re-organize code

This commit is contained in:
Anas Elgarhy 2023-11-20 01:09:40 +02:00
parent 3ad6c14c6d
commit 6a38e1171d
1 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,15 @@
/* def */
#define TERMINAL "st"
#ifndef STDDEF_H
#include <stddef.h>
#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 */