From 799a788d2d0d434726ff53ebe26d020a994413bb Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Thu, 15 Apr 2021 10:23:33 -0700 Subject: [PATCH] add settings for movim --- .config/qutebrowser/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 6e0eae2..00ee921 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -3,5 +3,8 @@ config.set('content.notifications', True, 'https://cloud.dreamfall.space') config.set('content.notifications', True, 'https://pleroma.thrrgilag.space') config.set('content.notifications', False, 'https://www.reddit.com') config.set('content.notifications', True, 'https://broadsword.s3rv.com') +config.set('content.notifications', True, 'https://mov.im') +config.set('content.notifications', True, 'https://xmpp.dreamfall.space') +config.set('content.register_protocol_handler', True, 'https://mov.im?share/%25s') config.set('colors.webpage.prefers_color_scheme_dark', True) config.set('content.webgl', False)