From 0a4c55b1ca308b27989b49f56851a4d1ee99a60f Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 16 May 2018 10:57:28 +0100 Subject: [PATCH] qutebrowser: lazy_restore tabs --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 1fd4d2d..7d5b0ca 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1071,7 +1071,7 @@ c.hints.scatter = False ## Load a restored tab as soon as it takes focus. ## Type: Bool -# c.session.lazy_restore = False +c.session.lazy_restore = True ## Languages to use for spell checking. You can check for available ## languages and install dictionaries using scripts/dictcli.py. Run the -- 2.48.1