diff options
author | uint23 <[email protected]> | 2025-04-29 18:18:57 +0100 |
---|---|---|
committer | uint23 <[email protected]> | 2025-04-29 18:18:57 +0100 |
commit | 77406600c42b4bc45ea061c081da73c564b4cc74 (patch) | |
tree | c970c2cb006af9e688b62035140cd9eac670b252 /src/config.h | |
parent | 31e322b52f88e0f803ed4ac4d21c44662d68b3ea (diff) |
discard use of macors
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/config.h b/src/config.h index 26df25e..0815b5b 100644 --- a/src/config.h +++ b/src/config.h @@ -55,18 +55,6 @@ * ———————————————————————————————————————————* */ -#define GAPS 10 - -#define BORDER_WIDTH 1 -#define BORDER_FOC_COL "#c0cbff" -#define BORDER_UFOC_COL "#555555" -#define BORDER_SWAP_COL "#fff4c0" - -#define MASTER_WIDTH 60 -#define RESIZE_MASTER_AMT 1 -#define MOTION_THROTTLE 60 -#define SNAP_DISTANCE 5 - #define NUM_WORKSPACES 9 #define WORKSPACE_NAMES \ "1" "\0"\ |