From 94e37e2eea875928a56d00f6c664c0c3485ed1b7 Mon Sep 17 00:00:00 2001 From: uint23 Date: Mon, 21 Apr 2025 18:55:06 +0100 Subject: Added: Swapping windows with the mouse added swap with mouse ability. hold mod + shift and drag around. --- src/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.h') 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 -- cgit v1.2.3