summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/defs.h b/src/defs.h
index 8059099..373cfee 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -103,6 +103,18 @@ typedef struct Client{
} Client;
typedef struct {
+ uint gaps;
+ uint border_width;
+ ulong border_foc_col;
+ ulong border_ufoc_col;
+ ulong border_swap_col;
+ uint master_width;
+ uint resize_master_amt;
+ uint snap_distance;
+ Binding *binds;
+} Config;
+
+typedef struct {
int x, y;
uint w, h;
} Monitor;