Initial commit
This excempts my two emacs configurations for spacemacs and doom-emacs. THere are still credentials in plaintext and I need to solve how to store those in git without the credentials.
This commit is contained in:
11
config/qutebrowser/config.py
Normal file
11
config/qutebrowser/config.py
Normal file
@ -0,0 +1,11 @@
|
||||
c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}',
|
||||
'wikiwand': 'https://www.wikiwand.com/en/{}?fullSearch=false'}
|
||||
|
||||
c.messages.timeout = 5000
|
||||
|
||||
config.bind('wo', 'set-cmd-text -s :open -w')
|
||||
config.bind('wd', 'close')
|
||||
config.bind('sp', 'set-cmd-text -s :open -w startpage')
|
||||
config.bind('wk', 'set-cmd-text -s :open -w wikiwand')
|
||||
|
||||
c.aliases['cs'] = ':config-source'
|
||||
Reference in New Issue
Block a user