From aca13b86f45e573cae4af7239e0c0c71904421f7 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 17 May 2020 12:46:53 -0300 Subject: Added lazyload to the qutebrowser config --- .config/qutebrowser/bookmarks/urls | 1 + .config/qutebrowser/config.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to '.config/qutebrowser') diff --git a/.config/qutebrowser/bookmarks/urls b/.config/qutebrowser/bookmarks/urls index e7ef1fa2..c4b62a3e 100644 --- a/.config/qutebrowser/bookmarks/urls +++ b/.config/qutebrowser/bookmarks/urls @@ -3,3 +3,4 @@ https://gitlab.com/dwt1/dotfiles/-/tree/master Files · master · Derek Taylor / https://books.goalkicker.com/ Free Programming Books – GoalKicker.com https://libgen.lc/ Library Genesis https://www.bankofamerica.com/ Bank of America - Banking, Credit Cards, Loans and Merrill Investing +https://cdromance.com/psx2psp-eboots/ PSX on PSP eBoots Download - CDRomance 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 -- cgit v1.2.3