summaryrefslogtreecommitdiffstats
path: root/include/settings.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-04-21 09:48:03 +0200
committerDave Davenport <qball@gmpclient.org>2017-04-21 09:48:03 +0200
commit04e764c8e615b03e3fe3703f79e2662539ab5349 (patch)
tree4a10e0ddf88d6286b329eb6cce53161fb2a21322 /include/settings.h
parent01159b29f009977da975ff8c2d648ec0d2881e40 (diff)
[Plugins] Add -no-plugins and -plugin-path options
* -no-plugins disables the loading of plugins. * -plugin-path specifies the directory used by rofi to look for plugins.
Diffstat (limited to 'include/settings.h')
-rw-r--r--include/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/settings.h b/include/settings.h
index 5b82b24d..66b6101d 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -165,6 +165,8 @@ typedef struct
gboolean show_match;
char *theme;
+ /** Path where plugins can be found. */
+ char * plugin_path;
} Settings;
/** Global Settings structure. */
extern Settings config;