summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.def.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/config.def.h b/config.def.h
index 1110acc..d683cac 100644
--- a/config.def.h
+++ b/config.def.h
@@ -35,14 +35,3 @@ static Key keys[] = {
{ MODKEY, GDK_n, find, { .b = TRUE } },
{ MODKEY|GDK_SHIFT_MASK,GDK_n, find, { .b = FALSE } },
};
-
-static Item items[] = {
- { "Back", navigate, { .i = -1 } },
- { "Forward", navigate, { .i = +1 } },
- { "New Window", newwindow, { .v = NULL } },
- { "Reload", reload, { .b = FALSE } },
- { "Stop", stop, { 0 } },
- { "Paste URI", clipboard, { .b = TRUE } },
- { "Copy URI", clipboard, { .b = FALSE } },
- { "Download", download, { 0 } },
-};
ef='/surf/commit/surf.c?id=3e89b4451cfac593e233e449b9a403720598b08f&follow=1'>Minor style change.Gravatar Christoph Lohmann 1-1/+1 2014-09-28Make »Copy image address« work.Gravatar Christoph Lohmann 1-3/+10 Thanks yui@blekksprut.net for the patch! 2014-08-07Mention xdotool in SEE ALSO too.Gravatar Christoph Lohmann 1-1/+2 2014-08-07Fix the manpage about xid.Gravatar Christoph Lohmann 1-1/+3 Something was missing from this one sentence. Now it is complete.