chore: re-organize code
This commit is contained in:
parent
3ad6c14c6d
commit
6a38e1171d
1 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,15 @@
|
||||||
/* def */
|
/* def */
|
||||||
#define TERMINAL "st"
|
#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 */
|
/* appearance */
|
||||||
static const unsigned int borderpx = 1; /* border pixel of windows */
|
static const unsigned int borderpx = 1; /* border pixel of windows */
|
||||||
static const unsigned int gappx = 3; /* gaps size between windows */
|
static const unsigned int gappx = 3; /* gaps size between windows */
|
||||||
|
|
Loading…
Reference in a new issue