summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-01-26 15:39:50 +0100
committerQC <qball@gmpclient.org>2014-01-26 15:39:50 +0100
commit0529d21ffd1f6dd66b1ad8ae9ee49fe0cb526673 (patch)
treefe057db59c015fdb54e12c220e54f585e50ee5bb /config
parentbd33e93e165e3a6d4cad342537b7e3d08da5bed1 (diff)
Add support for selecting marks
Diffstat (limited to 'config')
-rw-r--r--config/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c
index bafad3e8..4003c611 100644
--- a/config/config.c
+++ b/config/config.c
@@ -48,6 +48,9 @@ Settings config = {
.window_key = "F12",
.run_key = "mod1+F2",
.ssh_key = "mod1+F3",
+#ifdef I3
+ .mark_key = "mod1+F5",
+#endif
.location = CENTER,
.wmode = VERTICAL,
.inner_margin = 5