summaryrefslogtreecommitdiffstats
path: root/config
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 /config
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 'config')
-rw-r--r--config/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c
index 0e2d9eba..902aee45 100644
--- a/config/config.c
+++ b/config/config.c
@@ -116,4 +116,5 @@ Settings config = {
.color_active = NULL,
.color_urgent = NULL,
.color_window = NULL,
+ .plugin_path = PLUGIN_PATH,
};