From: Samir Benmendil Date: Wed, 16 May 2018 09:57:28 +0000 (+0100) Subject: qutebrowser: lazy_restore tabs X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/0a4c55b1ca308b27989b49f56851a4d1ee99a60f?ds=inline qutebrowser: lazy_restore tabs --- 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