Change startpage => bookmarks
This commit is contained in:
parent
74af122c97
commit
b0e689fbdf
@ -170,8 +170,10 @@
|
||||
'am': 'https://www.amazon.fr/s?k={}',
|
||||
'md': 'https://fr.mathworks.com/help/search.html?qdoc={}&submitsearch=',
|
||||
}
|
||||
#+end_src
|
||||
|
||||
c.url.start_pages = ['https://start.duckduckgo.com']
|
||||
#+begin_src python
|
||||
c.url.start_pages = ['qute://bookmarks']
|
||||
#+END_SRC
|
||||
|
||||
* Normal Bindings
|
||||
@ -244,7 +246,7 @@ Go to specific websites
|
||||
config.bind('gf', 'open -t https://feedly.com/i/my')
|
||||
config.bind('gr', 'open -t https://www.reddit.com/')
|
||||
|
||||
config.bind('gb', 'open qute://bookmarks#bookmarks')
|
||||
config.bind('gb', 'open qute://bookmarks')
|
||||
config.bind('gh', 'open qute://history')
|
||||
config.bind('gs', 'open qute://settings')
|
||||
#+end_src
|
||||
|
Loading…
Reference in New Issue
Block a user