|
|
|
@ -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") |
|
|
|
|
|
|
|
|