surf

[fork] customized build of surf, the suckless webkit browser
git clone git://src.adamsgaard.dk/surf # fast
git clone https://src.adamsgaard.dk/surf.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 0cc404e91c1848388ffae81a58f70ee7a3b2ccfb
parent 946fbbe37f67d28321f14ab38d5b238e57ad4f35
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  4 Jan 2021 07:49:36 +0100

config.h: don't load images by default

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -39,7 +39,7 @@ static Parameter defconfig[ParameterLast] = { [Java] = { { .i = 0 }, }, [JavaScript] = { { .i = 0 }, }, [KioskMode] = { { .i = 0 }, }, - [LoadImages] = { { .i = 1 }, }, + [LoadImages] = { { .i = 0 }, }, [MediaManualPlay] = { { .i = 1 }, }, [Plugins] = { { .i = 1 }, }, [PreferredLanguages] = { { .v = (char *[]){ NULL } }, },