aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-10-06 15:55:37 +0100
committerNunoSempere <nuno.sempere@protonmail.com>2023-10-06 15:55:37 +0100
commit4d94d2d2e6aa43cb478748aa093c9054de67914a (patch)
tree6e9b87c61cfd2ff88d685fa0d53cfb047281e39e /config.h
parent32a23e9a171d025f26d0c72a15fda8cbffecc314 (diff)
rename WEBKIT_SETTINGS var to not conflict with webkitgtk
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.h b/config.h
index 153822f..5835581 100644
--- a/config.h
+++ b/config.h
@@ -2,8 +2,10 @@
#include <stdbool.h>
/* See more:
- * https://webkitgtk.org/reference/webkit2gtk/stable/class.Settings.html */
-#define WEBKIT \
+ * https://webkitgtk.org/reference/webkit2gtk/stable/class.Settings.html
+ *
+*/
+#define WEBKIT_DEFAULT_SETTINGS \
"enable-back-forward-navigation-gestures", true, "enable-developer-extras", true, \
"enable-smooth-scrolling", false, \
"default-charset", "utf-8"