summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorKlemens Schölhorn <klemens@schoelhorn.eu>2015-10-31 17:26:13 +0100
committerKlemens Schölhorn <klemens@schoelhorn.eu>2015-10-31 18:35:37 +0100
commit9cb0073ce896f7ce598bf7db630f4f3c0a0640a2 (patch)
tree44140a68e7d09ba10f72d857843aa97fa859bdf2 /include/rofi.h
parent6b53fc19031a0b879b61877852f4ebd74a0c2a34 (diff)
Add -no-parse-known-hosts to disable parsing of ~/.ssh/known_hosts
For humans who like to keep the list of available servers clean. Also useful if you use different names in ~/.ssh/config. The previous default of always parsing known_hosts is not changed.
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 04459f2a..23faa1d6 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -226,6 +226,8 @@ typedef struct _Settings
unsigned int auto_select;
/** Hosts file parsing */
unsigned int parse_hosts;
+ /** Knonw_hosts file parsing */
+ unsigned int parse_known_hosts;
/** Combi Switchers */
char *combi_modi;
/** Fuzzy match */