tconfig.h: increase default zoom level to 2.5x - 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 5cc0b4b850b609c62954859e255f96539df8e848
(DIR) parent 142699b1a988ea40186d2ce4de3747bc2c30eb75
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 24 Sep 2020 14:23:54 +0200
config.h: increase default zoom level to 2.5x
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 = 1.0 }, },
+ [ZoomLevel] = { { .f = 2.5 }, },
};
static UriParameters uriparams[] = {