diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index e2f1ba3..a01f882 100644 --- a/config.def.h +++ b/config.def.h @@ -35,3 +35,9 @@ static Key keys[] = { { 0, GDK_Return, hideurl, { 0 }, UrlBar }, }; +static Context context[] = { + { "<===", navigate, { .i = -1 } } + { "===>", navigate, { .i = -1 } } + { "Stop", navigate, { .i = -1 } } + { "Open", navigate, { .i = -1 } } +}; |