From ef1e032fb51150d51bc8b5c3b12614572249ac04 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Thu, 4 Jan 2018 17:46:18 +0100 Subject: [PATCH] update qb and add simplyread --- config/qutebrowser/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index a30f01f..0b09a49 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -15,7 +15,7 @@ c.hints.auto_follow = "full-match" c.hints.dictionary = "/usr/share/dict/mnemonic" c.hints.mode = "word" c.new_instance_open_target = "tab-silent" -c.session_default_name = "default" +c.session.default_name = "default" c.tabs.background = True c.tabs.last_close = "close" c.tabs.show = "multiple" @@ -30,6 +30,7 @@ c.aliases = { "wq": "quit --save" config.bind("", "back", mode="normal") config.bind("x", "spawn --detach mpv {url}", mode="normal") config.bind(";x", "hint links spawn --detach mpv {hint-url}", mode="normal") +config.bind("si", "jseval --quiet --file simplyread.js", mode="normal") config.bind("z", 'enter-mode insert ;; \ jseval --quiet \ var inputs = document.getElementsByTagName("input"); \