From 604fa96f1026fbffd4dcf21a864076d068e6f56a Mon Sep 17 00:00:00 2001 From: osch Date: Tue, 14 May 2019 09:40:11 +0200 Subject: Make alt+tab max columns configurable and consider window label width --- src/include/common.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include/common.h') diff --git a/src/include/common.h b/src/include/common.h index 85e4f630..0dc2165e 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -347,4 +347,10 @@ typedef enum META_PLACEMENT_MODE_MANUAL } MetaPlacementMode; +#define META_DEFAULT_ALT_TAB_MAX_COLUMNS 5 +#define META_MIN_ALT_TAB_MAX_COLUMNS 1 +#define META_MAX_ALT_TAB_MAX_COLUMNS 1024 + +#define META_DEFAULT_ALT_TAB_EXPAND_TO_FIT_TITLE FALSE + #endif -- cgit v1.2.1