From 0a1816addb7dcc1462767d6cafb2bf51dcc1c122 Mon Sep 17 00:00:00 2001 From: uint23 Date: Mon, 28 Apr 2025 07:40:40 +0100 Subject: parser not stable, testing --- src/defs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/defs.h') diff --git a/src/defs.h b/src/defs.h index 000e842..e7f1144 100644 --- a/src/defs.h +++ b/src/defs.h @@ -95,6 +95,7 @@ typedef struct Client{ } Client; typedef struct { + int modkey; int gaps; int border_width; long border_foc_col; @@ -103,6 +104,7 @@ typedef struct { int master_width; int resize_master_amt; int snap_distance; + int bindsn; Binding binds[256]; } Config; @@ -118,7 +120,9 @@ extern void focus_prev(void); extern void inc_gaps(void); extern void move_master_next(void); extern void move_master_prev(void); +extern long parse_col(const char *hex); extern void quit(void); +extern void reload_config(void); extern void resize_master_add(void); extern void resize_master_sub(void); extern void toggle_floating(void); -- cgit v1.2.3