[qutebrowser] Disable autoconfig, Add cliplumber hint, Update nitter redirect
This commit is contained in:
parent
980b6d5d0d
commit
86c42fba7a
2 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,8 @@ from local import GPG_KEY, NOTIF_GRANTS
|
||||||
c = c # noqa: F821 pylint: disable=E0602,C0103
|
c = c # noqa: F821 pylint: disable=E0602,C0103
|
||||||
config = config # noqa: F821 pylint: disable=E0602,C0103
|
config = config # noqa: F821 pylint: disable=E0602,C0103
|
||||||
|
|
||||||
|
config.load_autoconfig(False)
|
||||||
|
|
||||||
########
|
########
|
||||||
# Misc #
|
# Misc #
|
||||||
########
|
########
|
||||||
|
@ -50,6 +52,7 @@ config.set("content.notifications.enabled", False, "*://*.reddit.com/*")
|
||||||
|
|
||||||
# Hinting
|
# Hinting
|
||||||
config.bind("F", "hint all tab-bg")
|
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(";v", "hint links spawn playvideo {hint-url}")
|
||||||
config.bind(";i", "hint images download")
|
config.bind(";i", "hint images download")
|
||||||
|
|
||||||
|
|
|
@ -11,5 +11,5 @@
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
'use strict';
|
'use strict';
|
||||||
top.location.hostname = "nitter.pussthecat.org";
|
top.location.hostname = "nitter.fdn.fr";
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue