From fd7b18b3c20bc4e2685cd0d6ac14d4b87ba89cf2 Mon Sep 17 00:00:00 2001 From: uint23 Date: Fri, 25 Apr 2025 23:08:02 +0100 Subject: starting to add custom config added config struct added sxrc config file ~ master_width is now an int --- src/defs.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/defs.h') diff --git a/src/defs.h b/src/defs.h index 8059099..373cfee 100644 --- a/src/defs.h +++ b/src/defs.h @@ -102,6 +102,18 @@ typedef struct Client{ struct Client *next; } 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; -- cgit v1.2.3