From e261e51adfc66fe3b8f49982209bc3c180f272fc Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 14 Jan 2023 01:40:32 +0000 Subject: [PATCH] qutebrowser: open tab in last visible instance --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index fc19e16..65c4d57 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1269,7 +1269,7 @@ c.input.insert_mode.leave_on_load = True ## - last-opened: Open new tabs in the last (newest) opened window. ## - last-focused: Open new tabs in the most recently focused window. ## - last-visible: Open new tabs in the most recently visible window. -# c.new_instance_open_target_window = 'last-focused' +c.new_instance_open_target_window = 'last-visible' ## Show a filebrowser in download prompts. ## Type: Bool -- 2.48.1