summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index fd09086..8f75a4d 100644
--- a/config.h
+++ b/config.h
@@ -48,7 +48,7 @@ static Parameter defconfig[ParameterLast] = {
[SpellChecking] = { { .i = 0 }, },
[SpellLanguages] = { { .v = ((char *[]){ "en_US", NULL }) }, },
[StrictTLS] = { { .i = 1 }, },
- [Style] = { { .i = 1 }, },
+ [Style] = { { .i = 0 }, },
[WebGL] = { { .i = 0 }, },
[ZoomLevel] = { { .f = 1.0 }, },
};
@@ -184,6 +184,7 @@ static Key keys[] = {
{ 0, GDK_KEY_q, quit, { 0 } },
+ { 0, GDK_KEY_x, quit, { 0 } },
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_p, print, { 0 } },
{ MODKEY, GDK_KEY_t, showcert, { 0 } },