X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/ce1c0b27400f6bfa778eeb1f77b80df58592958e..53cf8b22a858d5d084a76db22871a80b1be900e4:/qutebrowser/config.py diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 1fd4d2d..8e6cfb2 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1071,7 +1071,7 @@ c.hints.scatter = False ## 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 @@ -1357,7 +1357,7 @@ c.url.default_page = 'https://duckduckgo.com/?t=chakra' ## Type: Dict c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&q={}', 'ddg': 'https://duckduckgo.com/?t=chakra&q={}', - 'slack': 'https://ultrahaptics.slack.com/messages/{}', + 'slack': 'https://focalpointpositioning.slack.com/messages/{}', 'pcl': 'http://docs.pointclouds.org/trunk/search.php?query={}', 'std': 'http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search={}', 'cv': 'http://docs.opencv.org/3.1.0/index.html#gsc.tab=0&gsc.ref=more%3A3.1&gsc.q={}' }