Introduction
Introduction Statistics Contact Development Disclaimer Help
tconfig.h: update to reflect upstream - surf - [fork] customized build of surf,…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit bcb5a05c9aacaf8768acd03f69665ec14e18ab1b
parent 49688b2d9602f3fed58116e7250a0fdd4260b422
Author: Anders Damsgaard <[email protected]>
Date: Mon, 24 May 2021 06:27:28 +0200
config.h: update to reflect upstream
Diffstat:
M config.h | 4 ----
1 file changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/config.h b/config.h
t@@ -20,7 +20,6 @@ static char **plugindirs = (char*[]){
*/
static Parameter defconfig[ParameterLast] = {
/* parameter Arg value priority */
- [AcceleratedCanvas] = { { .i = 1 }, },
[AccessMicrophone] = { { .i = 0 }, },
[AccessWebcam] = { { .i = 0 }, },
[Certificate] = { { .i = 0 }, },
t@@ -41,7 +40,6 @@ static Parameter defconfig[ParameterLast] = {
[KioskMode] = { { .i = 0 }, },
[LoadImages] = { { .i = 0 }, },
[MediaManualPlay] = { { .i = 1 }, },
- [Plugins] = { { .i = 1 }, },
[PreferredLanguages] = { { .v = (char *[]){ NULL } }, },
[RunInFullscreen] = { { .i = 0 }, },
[ScrollBars] = { { .i = 1 }, },
t@@ -59,7 +57,6 @@ static Parameter defconfig[ParameterLast] = {
static UriParameters uriparams[] = {
{ "(://|\\.)suckless\\.org(/|$)", {
[JavaScript] = { { .i = 0 }, 1 },
- [Plugins] = { { .i = 0 }, 1 },
}, },
};
t@@ -222,7 +219,6 @@ static Key keys[] = {
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_t, toggle, { .i = StrictTLS …
{ MODKEY, GDK_KEY_u, scrollv, { .i = -50 } },
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_u, spawn, PLUMBER("_SURF_UR…
- { MODKEY|GDK_SHIFT_MASK, GDK_KEY_v, toggle, { .i = Plugins } …
{ MODKEY, GDK_KEY_y, clipboard, { .i = 0 } },
};
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.