]> git.rmz.io Git - dotfiles.git/blobdiff - qutebrowser/config.py
qutebrowser: replace slack link to fpp
[dotfiles.git] / qutebrowser / config.py
index cb2b87a10c69f858986db8e9188e298b81745ced..8e6cfb2a6b32d0e9b21dce03526983079e50ce85 100644 (file)
@@ -883,7 +883,7 @@ c.hints.chars = 'aoeuidhtns'
 
 ## Minimum number of characters used for hint strings.
 ## Type: Int
 
 ## Minimum number of characters used for hint strings.
 ## Type: Int
-# c.hints.min_chars = 1
+c.hints.min_chars = 2
 
 ## Mode to use for hints.
 ## Type: String
 
 ## Mode to use for hints.
 ## Type: String
@@ -1071,7 +1071,7 @@ c.hints.scatter = False
 
 ## Load a restored tab as soon as it takes focus.
 ## Type: Bool
 
 ## 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
 
 ## 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={}',
 ## 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={}' }
                        '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={}' }