diff options
author | uint23 <[email protected]> | 2025-04-19 20:49:16 +0100 |
---|---|---|
committer | uint23 <[email protected]> | 2025-04-19 20:49:16 +0100 |
commit | 1ae8d76f4f49b6ae69844e9920b314d5c9f6b6b4 (patch) | |
tree | 5ac6b4a3bb3c99289a37fa98d1e54accc8957c44 /src/usercfg.h | |
parent | 2c65fd8577d87a7dc90c33f1e4d42839282278aa (diff) |
statusbar support
Diffstat (limited to 'src/usercfg.h')
-rw-r--r-- | src/usercfg.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 /* |