summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-01-26 16:47:26 +0100
committerQC <qball@gmpclient.org>2014-01-26 16:47:26 +0100
commitb0ee6ab8dd63a49dbe27bc7ffa1fcabd5b21d994 (patch)
treec8619af3c407881c9617f7789cd34522bb7129cd /config
parent8b6b4948300a562f49fee816cad3949f24c16a0c (diff)
also accept . in ssh hostname
Diffstat (limited to 'config')
-rw-r--r--config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index 4003c611..3eea33f7 100644
--- a/config/config.c
+++ b/config/config.c
@@ -49,7 +49,7 @@ Settings config = {
.run_key = "mod1+F2",
.ssh_key = "mod1+F3",
#ifdef I3
- .mark_key = "mod1+F5",
+ .mark_key = "mod1+F5",
#endif
.location = CENTER,
.wmode = VERTICAL,