From c7dd71eae646118780e29df79265823fc2c4f458 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 9 Feb 2021 11:38:14 +0100 Subject: Enabling qutebrowser session, Added zathurarc copy to clipboard instead of primary selection --- qutebrowser/config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qutebrowser') 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) -- cgit