diff options
author | uint23 <[email protected]> | 2025-04-21 18:55:06 +0100 |
---|---|---|
committer | uint23 <[email protected]> | 2025-04-21 18:55:06 +0100 |
commit | 94e37e2eea875928a56d00f6c664c0c3485ed1b7 (patch) | |
tree | f354505561d69a11bcd79597034a8285c26c1ba2 /src/config.h | |
parent | d6ce3bb17489efa982717196d1ccf3f325bc0012 (diff) |
Added: Swapping windows with the mouse
added swap with mouse ability.
hold mod + shift and drag around.
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 03058fd..342a54b 100644 --- a/src/config.h +++ b/src/config.h @@ -63,6 +63,7 @@ #define BORDER_WIDTH 1 #define BORDER_FOC_COL "#c0cbff" #define BORDER_UFOC_COL "#555555" +#define BORDER_SWAP_COL "#fff4c0" #define MASTER_WIDTH 0.6 #define RESIZE_MASTER_AMT 1 |