diff options
author | uint23 <[email protected]> | 2025-04-18 22:18:12 +0100 |
---|---|---|
committer | uint23 <[email protected]> | 2025-04-18 22:18:12 +0100 |
commit | 80e72a1975a93dac1a601dfb976ac0a43e2c941e (patch) | |
tree | 03d49434d6d14c367d88476f0d1c9c7fe37c1f35 /src/usercfg.h | |
parent | b48471170819d6c23c3ef0eaaa3414c1dbf4908c (diff) |
changes:
change // to /**/
added support for changeable master width
Diffstat (limited to 'src/usercfg.h')
-rw-r--r-- | src/usercfg.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/usercfg.h b/src/usercfg.h index 44711b1..85aeefa 100644 --- a/src/usercfg.h +++ b/src/usercfg.h @@ -40,13 +40,15 @@ * ———————————————————————————————————————————* */ -#define GAPS 10 -#define BORDER_WIDTH 5 -#define BORDER_FOC_COL "#AAFFFA" -#define BORDER_UFOC_COL "#FF4439" -#define MASTER_WIDTH 0.6 -#define MOTION_THROTTLE 144 -#define SNAP_DISTANCE 10 +#define GAPS 10 + +#define BORDER_WIDTH 5 +#define BORDER_FOC_COL "#AAFFFA" +#define BORDER_UFOC_COL "#FF4439" + +#define MASTER_WIDTH 0.6 +#define MOTION_THROTTLE 144 +#define SNAP_DISTANCE 10 /* * ———————————< Keys & Bindins >————————————— * |