From c989f14cd3a4c7c3219416b40fbee07ad9ea92e0 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sat, 14 Apr 2018 15:21:29 -0400 Subject: [PATCH] Add support for qutebrowser --- rtv/objects.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rtv/objects.py b/rtv/objects.py index ab493c5..cea2c89 100644 --- a/rtv/objects.py +++ b/rtv/objects.py @@ -36,6 +36,7 @@ def patch_webbrowser(): # Add support for browsers that aren't defined in the python standard library webbrowser.register('surf', None, webbrowser.BackgroundBrowser('surf')) webbrowser.register('vimb', None, webbrowser.BackgroundBrowser('vimb')) + webbrowser.register('qutebrowser', None, webbrowser.BackgroundBrowser('qutebrowser')) # Fix the opera browser, see https://github.com/michael-lazar/rtv/issues/476. # By default, opera will open a new tab in the current window, which is