From dc3b91874677ebb2b0f6ec517b2dce661a92f2fe Mon Sep 17 00:00:00 2001 From: uint23 Date: Tue, 15 Apr 2025 12:02:50 +0100 Subject: changed to O3 optimizations, can map windows --- src/usercfg.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/usercfg.h') diff --git a/src/usercfg.h b/src/usercfg.h index 24ba909..ea39c8e 100644 --- a/src/usercfg.h +++ b/src/usercfg.h @@ -4,11 +4,13 @@ #include #include "defs.h" -#define MOD ALT -#define BORDERWIDTH 2 +#define BORDER_WIDTH 2 +#define BORDER_FOC_COL "#00FF00" +#define BORDER_UFOC_COL "#FF0000" static const char *termcmd[] = {"st", NULL}; +#define MOD ALT static const Binding binds[] = { BIND(MOD, Return, termcmd), CALL(MOD|SHIFT, q, quit), -- cgit v1.2.3