]> git.rmz.io Git - dotfiles.git/blobdiff - qutebrowser/config.py
Makefile: chmod gnupg dir
[dotfiles.git] / qutebrowser / config.py
index 1fd4d2d3fa5f5562b5827fa0c0ca2ae0c289dc80..a22efe13e875c376a157a520b62531586d66fff7 100644 (file)
@@ -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,10 +1357,9 @@ 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/{}',
-                       'pcl':     'http://docs.pointclouds.org/trunk/search.php?query={}',
+                       'slack':   'https://focalpointpositioning.slack.com/messages/{}',
                        '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={}' }
+                      }
 
 ## Page(s) to open at the start.
 ## Type: List of FuzzyUrl, or FuzzyUrl