tconfig.h: update for upstream changes - surf - [fork] customized build of surf, the suckless webkit browser
(HTM) git clone git://src.adamsgaard.dk/surf
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3334d3b1f2d1e8fd3663e1d86139b27d20fe9931
(DIR) parent a8a3cb682d114feb81e985e472ba614faa0377d7
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 2 Nov 2020 08:45:24 +0100
config.h: update for upstream changes
Diffstat:
M config.h | 6 ++++++
1 file changed, 6 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/config.h b/config.h
t@@ -6,6 +6,11 @@ static char *styledir = "~/.config/surf/styles/";
static char *certdir = "~/.config/surf/certificates/";
static char *cachedir = "~/.config/surf/cache/";
static char *cookiefile = "~/.config/surf/cookies.txt";
+static char **plugindirs = (char*[]){
+ "~/.config/surf/plugins/",
+ LIBPREFIX "/mozilla/plugins/",
+ NULL
+};
/* Webkit default features */
/* Highest priority value will be used.
t@@ -30,6 +35,7 @@ static Parameter defconfig[ParameterLast] = {
[Geolocation] = { { .i = 0 }, },
[HideBackground] = { { .i = 0 }, },
[Inspector] = { { .i = 0 }, },
+ [Ephemeral] = { { .i = 0 }, },
[Java] = { { .i = 0 }, },
[JavaScript] = { { .i = 0 }, },
[KioskMode] = { { .i = 0 }, },