tconfig.h: set default zoom level back to 1.0 - surf - [fork] customized build of surf, the suckless webkit browser
HTML git clone git://src.adamsgaard.dk/surf
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 10b6c4c2687d87f7b746012bcc940aa132dba6bb
DIR parent e93b97145f93c7ba23f17b6618cd97f7ea23a92e
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 30 Sep 2020 10:57:07 +0200
config.h: set default zoom level back to 1.0
Diffstat:
M config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/config.h b/config.h
t@@ -47,7 +47,7 @@ static Parameter defconfig[ParameterLast] = {
[StrictTLS] = { { .i = 1 }, },
[Style] = { { .i = 1 }, },
[WebGL] = { { .i = 0 }, },
- [ZoomLevel] = { { .f = 2.5 }, },
+ [ZoomLevel] = { { .f = 1.0 }, },
};
static UriParameters uriparams[] = {