Set default search engine in qutebrowser

main
Micke Nordin 4 years ago
parent 42552972af
commit 7a6d0fb0f0

@ -1,2 +1,3 @@
neofetch --title_fqdn on
alias ls='exa'
set TERM xterm-256color

@ -121,3 +121,14 @@ config.set('content.javascript.enabled', True, 'qute://*/*')
# Custom keybindings for normal mode
config.bind('M', 'hint links spawn mpv {hint-url}')
# Custom aliases
c.aliases = {'q': 'quit', 'w': 'session-save', 'wq': 'quit --save', 'o': 'open', 'O': 'open -t', 'h': 'history'}
# Setting dark mode
config.set('colors.webpage.darkmode.enabled', True)
# Change search engine
config.set('url.searchengines', {'DEFAULT': 'https://startpage.com/sp/search?q={}'})
config.set('url.start_pages', 'https://startpage.com')

@ -0,0 +1,2 @@
#!/bin/bash
foot --title="Mozilla Thunderbird neovim" nvim $*
Loading…
Cancel
Save