Set default search engine in qutebrowser
This commit is contained in:
parent
42552972af
commit
7a6d0fb0f0
3 changed files with 14 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
||||||
neofetch --title_fqdn on
|
neofetch --title_fqdn on
|
||||||
alias ls='exa'
|
alias ls='exa'
|
||||||
|
set TERM xterm-256color
|
||||||
|
|
|
@ -121,3 +121,14 @@ config.set('content.javascript.enabled', True, 'qute://*/*')
|
||||||
|
|
||||||
# Custom keybindings for normal mode
|
# Custom keybindings for normal mode
|
||||||
config.bind('M', 'hint links spawn mpv {hint-url}')
|
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')
|
||||||
|
|
2
dotfiles/.config/sway/bin/exec_vim.sh
Executable file
2
dotfiles/.config/sway/bin/exec_vim.sh
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
foot --title="Mozilla Thunderbird neovim" nvim $*
|
Loading…
Add table
Reference in a new issue