summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-03-31 22:45:02 +0200
committerDave Davenport <qball@gmpclient.org>2015-03-31 22:45:02 +0200
commit0d87cf12a37c8bba53376edb1f2cd1b869839acc (patch)
tree2b05ad23d512073792d8be93f7c66456c1745028 /config
parent56a888da6fba68da4fb4ec78a026d049eef27fe4 (diff)
Add combi viewer, where (selected) modi can be combined.
- Add active window highlighter.
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/config/config.def.c b/config/config.def.c
index b79d35ea..7d21f11b 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -104,7 +104,10 @@ Settings config = {
/** Lazy mode setting */
.lazy_filter_limit = 5000,
/** auto select */
- .auto_select = FALSE,
- .parse_hosts = FALSE
+ .auto_select = FALSE,
+ /** Parse /etc/hosts file in ssh view. */
+ .parse_hosts = FALSE,
+ /** Modi to combine into one view. */
+ .combi_modi = "window,run"
};