[qutebrowser] Disable autoconfig, Add cliplumber hint, Update nitter redirect

This commit is contained in:
lara 2022-10-01 13:45:44 +02:00
parent 980b6d5d0d
commit 86c42fba7a
2 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,8 @@ from local import GPG_KEY, NOTIF_GRANTS
c = c # noqa: F821 pylint: disable=E0602,C0103
config = config # noqa: F821 pylint: disable=E0602,C0103
config.load_autoconfig(False)
########
# Misc #
########
@ -50,6 +52,7 @@ config.set("content.notifications.enabled", False, "*://*.reddit.com/*")
# Hinting
config.bind("F", "hint all tab-bg")
config.bind(";p", "hint links spawn cliplumber {hint-url}")
config.bind(";v", "hint links spawn playvideo {hint-url}")
config.bind(";i", "hint images download")

View file

@ -11,5 +11,5 @@
(function () {
'use strict';
top.location.hostname = "nitter.pussthecat.org";
top.location.hostname = "nitter.fdn.fr";
})();