diff options
author | Quentin Rameau <quinq@fifth.space> | 2019-03-04 11:43:25 +0100 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2020-11-01 16:59:12 +0100 |
commit | 6850365d7c91e6cf873ac722c705c55905de143a (patch) | |
tree | 094058c2a7b631935cf530d2181c0ef14031fe78 /config.def.h | |
parent | 8d5e2b3a40a86d463d666cbf61906cf22febde34 (diff) |
Add support for configuring plugins directories
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 34265f6..738f464 100644 --- a/config.def.h +++ b/config.def.h @@ -6,6 +6,11 @@ static char *styledir = "~/.surf/styles/"; static char *certdir = "~/.surf/certificates/"; static char *cachedir = "~/.surf/cache/"; static char *cookiefile = "~/.surf/cookies.txt"; +static char **plugindirs = (char*[]){ + "~/.surf/plugins/", + LIBPREFIX "/mozilla/plugins/", + NULL +}; /* Webkit default features */ /* Highest priority value will be used. |