summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-12-25 23:48:28 +0100
committerChristoph Lohmann <20h@r-36.net>2012-12-25 23:48:28 +0100
commit94add5a96d4db3df1d71a45defa671ed45d23c7f (patch)
tree179d7252e227ddc6cc67bf1b9b7cdd9b7e519da7 /config.def.h
parent39594f1935e8cd8f27c55b4716b8194a99e4b65d (diff)
Adding an option to do relative new position. And fixing tab position.
Thanks Kyle Kramer for the suggestion!
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h8
1 files changed, 8 insertions, 0 deletions
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 */