summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-04-28 21:26:56 +0200
committerChristoph Lohmann <20h@r-36.net>2013-04-28 21:26:56 +0200
commit067c313e6ce1ab19116088d7e0b1618080c9b4a7 (patch)
tree9c3db64cc4bc28a2ef66ec15ba15dcf0627bbb83 /config.def.h
parentd0309a1a226425c1b8086d7b20a6f4e3dcb06872 (diff)
downloadsurf-067c313e6ce1ab19116088d7e0b1618080c9b4a7.tar.gz
surf-067c313e6ce1ab19116088d7e0b1618080c9b4a7.tar.bz2
surf-067c313e6ce1ab19116088d7e0b1618080c9b4a7.zip
Allowing geo location policy decisions.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 83b6477..08ff707 100644
--- a/config.def.h
+++ b/config.def.h
@@ -21,6 +21,7 @@ static Bool enablescripts = TRUE;
static Bool enableinspector = TRUE;
static Bool loadimages = TRUE;
static Bool hidebackground = FALSE;
+static Bool allowgeolocation = TRUE;
#define SETPROP(p, q) { \
.v = (char *[]){ "/bin/sh", "-c", \
@@ -90,5 +91,6 @@ static Key keys[] = {
{ MODKEY|GDK_SHIFT_MASK,GDK_v, toggle, { .v = "enable-plugins" } },
{ MODKEY|GDK_SHIFT_MASK,GDK_m, togglestyle,{ 0 } },
{ MODKEY|GDK_SHIFT_MASK,GDK_b, togglescrollbars,{ 0 } },
+ { MODKEY|GDK_SHIFT_MASK,GDK_g, togglegeolocation, { 0 } },
};