From 190ae486740b02632ff6a0e7dda85d65a06d8017 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 7 Oct 2021 13:09:00 +0100 Subject: [PATCH] qutebrowser: use default of no lazy_restore --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index bb85d96..ecbd592 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1330,7 +1330,7 @@ c.qt.args = ['proxy-pac-url=file://' + str(config.configdir / 'proxy.pac')] ## Load a restored tab as soon as it takes focus. ## Type: Bool -c.session.lazy_restore = True +# c.session.lazy_restore = False ## Whether to automatically save a session when it is closed. ## Type: Bool -- 2.48.1