From c6be3a7d9f36725fa968383e979d1ce00488bd8b Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Tue, 15 Dec 2009 09:26:01 +0100 Subject: tabbed remembers last viewed tab; open new tabs focused/unfocused can be configured now. --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index b2d785e..6824ba1 100644 --- a/config.def.h +++ b/config.def.h @@ -6,6 +6,7 @@ static const char *selfgcolor = "#ffffff"; static const char *before = "<"; static const char *after = ">"; static const int tabwidth = 200; +static const Bool foreground = False; #define MODKEY ControlMask static Key keys[] = { \ @@ -13,6 +14,7 @@ static Key keys[] = { \ { MODKEY|ShiftMask, XK_Return, spawn, { .v = (char*[]){ "surf", "-e", winid, NULL} } }, { MODKEY|ShiftMask, XK_l, rotate, { .i = +1 } }, { MODKEY|ShiftMask, XK_h, rotate, { .i = -1 } }, + { MODKEY, XK_Tab, rotate, { .i = 0 } }, { MODKEY, XK_1, move, { .i = 0 } }, { MODKEY, XK_2, move, { .i = 1 } }, { MODKEY, XK_3, move, { .i = 2 } }, -- cgit v1.2.3