summaryrefslogtreecommitdiff
path: root/.config/qutebrowser/config.py
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2020-05-17 12:46:53 -0300
committerRoger Gonzalez <roger@rogs.me>2020-05-17 12:46:53 -0300
commitaca13b86f45e573cae4af7239e0c0c71904421f7 (patch)
treea79800906606afac8278f923f93456c36a5fc62d /.config/qutebrowser/config.py
parent6f48bd967ad9802841063fb2bc7598def6fec3a8 (diff)
Added lazyload to the qutebrowser config
Diffstat (limited to '.config/qutebrowser/config.py')
-rw-r--r--.config/qutebrowser/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py
index 78f69638..8599a53a 100644
--- a/.config/qutebrowser/config.py
+++ b/.config/qutebrowser/config.py
@@ -1323,7 +1323,7 @@ c.qt.highdpi = True
## 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