aboutsummaryrefslogtreecommitdiff
path: root/qutebrowser
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser')
-rw-r--r--qutebrowser/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/qutebrowser/config.py b/qutebrowser/config.py
index e528fb3..b4ca99e 100644
--- a/qutebrowser/config.py
+++ b/qutebrowser/config.py
@@ -59,6 +59,9 @@ c.colors.webpage.bg = 'black' # Disabling white flash before page lo
# c.content.proxy = 'socks://localhost:9050/' # tor
c.content.autoplay = False
+c.auto_save.session = True
+c.session.lazy_restore = True
+
# base16-qutebrowser (https://github.com/theova/base16-qutebrowser)
# Base16 qutebrowser template by theova
# Solarized Dark scheme by Ethan Schoonover (modified by aramisgithub)