Set default search engine in qutebrowser

This commit is contained in:
Micke Nordin 2020-11-11 09:34:24 +01:00
parent 42552972af
commit 7a6d0fb0f0
3 changed files with 14 additions and 0 deletions

View file

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

View file

@ -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')

View file

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