summaryrefslogtreecommitdiff
path: root/.config/qutebrowser
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
parent6f48bd967ad9802841063fb2bc7598def6fec3a8 (diff)
Added lazyload to the qutebrowser config
Diffstat (limited to '.config/qutebrowser')
-rw-r--r--.config/qutebrowser/bookmarks/urls1
-rw-r--r--.config/qutebrowser/config.py2
2 files changed, 2 insertions, 1 deletions
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