diff options
author | sparkida <[email protected]> | 2022-01-15 23:14:19 +0000 |
---|---|---|
committer | Luke from DC <[email protected]> | 2023-01-18 04:15:33 +0000 |
commit | d83cb24a27b1864be035868354a806287dbfaa92 (patch) | |
tree | 1e8987cd34887cdde1d31ad59f1dabcf7d57dc85 /src/include/common.h | |
parent | dcd5d21e4c53f1670b33cec78c96bdd3da87037d (diff) | |
download | marco-d83cb24a27b1864be035868354a806287dbfaa92.tar.bz2 marco-d83cb24a27b1864be035868354a806287dbfaa92.tar.xz |
Add setting to raise windows on alt+tab popup
Diffstat (limited to 'src/include/common.h')
-rw-r--r-- | src/include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/common.h b/src/include/common.h index 3c768099..9febd63c 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -351,6 +351,7 @@ typedef enum #define META_MIN_ALT_TAB_MAX_COLUMNS 1 #define META_MAX_ALT_TAB_MAX_COLUMNS 64 +#define META_DEFAULT_ALT_TAB_RAISE_WINDOWS FALSE #define META_DEFAULT_ALT_TAB_EXPAND_TO_FIT_TITLE FALSE #endif |