qute: lazy loading

This commit is contained in:
lelgenio 2019-11-27 19:47:43 -03:00
parent 8b1d3c9f34
commit c1f495cce2
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
# Type: Dict
c.aliases = {'q': 'close', 'qa': 'quit', 'w': 'session-save', 'wq': 'quit --save', 'wqa': 'quit --save'}
# Load a restored tab as soon as it takes focus.
# Type: Bool
c.session.lazy_restore = True
# Always restore open sites when qutebrowser is reopened.
# Type: Bool
c.auto_save.session = True