From f074a1c74edd8b81fb906f9695cba6c3ae148124 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Tue, 14 May 2024 21:28:52 +0200 Subject: [PATCH] qutebrowser: open window on same location using like st, ranger, zathura, and mpv --- .config/qutebrowser/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 3b031b4..0fc0914 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -7,6 +7,7 @@ c.auto_save.session = False c.backend = "webengine" c.bindings.commands = { "normal": { + "": "open -t {url}", "u": "undo --window", ",C": "spawn -d st castyt {url}", ",S": "spawn -d mpvallvids {url}", @@ -28,9 +29,10 @@ c.content.blocking.method = "both" c.content.desktop_capture = "ask" c.content.fullscreen.window = False -#c.content.javascript.enabled = True +#c.content.javascript.enabled = True # make editable via autoconfig c.content.local_content_can_access_remote_urls = True c.content.notifications.presenter = "libnotify" +c.content.javascript.clipboard = "access-paste" from os.path import expanduser c.downloads.location.directory = expanduser("~")