From 9432c755ae0e06702e777990178163c8aa44d5c8 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sat, 24 Sep 2011 22:29:02 +0200 Subject: Add plugins_dir to default conf --- data/default_config.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index 0c16ef97..6ba36419 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -125,6 +125,10 @@ use_log = false # you want to use instead. This directory will be created if it doesn't exist log_dir = +# If plugins_dir is not set, plugins will be loaded from $XDG_DATA_HOME/poezio/plugins. +# You can specify an other directory to use. It will be created if it doesn't exist +plugins_dir = + # the full path to the photo (avatar) you want to use # it should be less than 16Ko # The avatar is not set by default, because it slows -- cgit v1.2.3 From cac130e7543b30be7fbec6484b29191a9f8b1665 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sat, 24 Sep 2011 23:44:52 +0200 Subject: Autoload plugins --- data/default_config.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index 6ba36419..b061cbf4 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -129,6 +129,9 @@ log_dir = # You can specify an other directory to use. It will be created if it doesn't exist plugins_dir = +# Space separated list of plugins to load on startup +plugins_autoload = + # the full path to the photo (avatar) you want to use # it should be less than 16Ko # The avatar is not set by default, because it slows -- cgit v1.2.3