From 94add5a96d4db3df1d71a45defa671ed45d23c7f Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Tue, 25 Dec 2012 23:48:28 +0100 Subject: Adding an option to do relative new position. And fixing tab position. Thanks Kyle Kramer for the suggestion! --- config.def.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 04c4df2..ca4b8d6 100644 --- a/config.def.h +++ b/config.def.h @@ -11,6 +11,14 @@ static const char after[] = ">"; static const int tabwidth = 200; static const Bool foreground = True; +/* + * Where to place a new tab when it is opened. When npisrelative is True, + * then the current position is changed + newposition. If npisrelative + * is False, then newposition is an absolute position. + */ +static int newposition = 0; +static Bool npisrelative = False; + #define MODKEY ControlMask static Key keys[] = { \ /* modifier key function argument */ -- cgit v1.2.3