]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: open tab in last visible instance
authorSamir Benmendil <me@rmz.io>
Sat, 14 Jan 2023 01:40:32 +0000 (01:40 +0000)
committerSamir Benmendil <me@rmz.io>
Sat, 14 Jan 2023 02:35:29 +0000 (02:35 +0000)
qutebrowser/config.py

index fc19e169bb72409d2a6d6bcada0acd713774df71..65c4d57b708f4c612ae500afe5dc538d7a2f6bf6 100644 (file)
@@ -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