From 1ae8d76f4f49b6ae69844e9920b314d5c9f6b6b4 Mon Sep 17 00:00:00 2001 From: uint23 Date: Sat, 19 Apr 2025 20:49:16 +0100 Subject: statusbar support --- src/usercfg.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/usercfg.h') diff --git a/src/usercfg.h b/src/usercfg.h index 0d6e500..b364540 100644 --- a/src/usercfg.h +++ b/src/usercfg.h @@ -26,6 +26,7 @@ * MASTER_WIDTH (float): * % of the screen the master window * should take as a decimal value 0-1 + * eg. 0.5 is 50% * * MOTION_THROTTLE (int): * Usually you should set this to your @@ -46,8 +47,8 @@ #define BORDER_FOC_COL "#005577" #define BORDER_UFOC_COL "#444444" -#define MASTER_WIDTH 0.6 -#define MOTION_THROTTLE 144 +#define MASTER_WIDTH 0.5 +#define MOTION_THROTTLE 60 #define SNAP_DISTANCE 5 /* -- cgit v1.2.3