Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit cbebf0d

Browse files
committed
Added 'tab' patch (forgot the config.h)
1 parent 7041a04 commit cbebf0d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ static const Layout layouts[] = {
4343
{ "[M]", monocle },
4444
};
4545

46+
/* Display modes of the tab bar: never shown, always shown, shown only in */
47+
/* monocle mode in presence of several windows. */
48+
/* A mode can be disabled by moving it after the showtab_nmodes end marker */
49+
enum showtab_modes { showtab_never, showtab_auto, showtab_nmodes, showtab_always};
50+
static const int showtab = showtab_auto; /* Default tab bar show mode */
51+
static const Bool toptab = True; /* False means bottom tab bar */
52+
4653
/* key definitions */
4754
#define MODKEY Mod1Mask
4855
#define TAGKEYS(KEY,TAG) \

0 commit comments

Comments
 (0)