Update configs due to newer programs (hypr, eza@aliasrc)
Add new features to ansible-vault-manager Add search engines to qutebrowser Add location to waybar weather
This commit is contained in:
parent
7300c7a813
commit
6f6ca6f79d
9 changed files with 49 additions and 16 deletions
|
@ -30,6 +30,8 @@ def init(c):
|
|||
|
||||
c.url.searchengines = {
|
||||
'DEFAULT': 'https://duckduckgo.com/?q={}',
|
||||
'ddg': 'https://duckduckgo.com/?q={}',
|
||||
'kagi': 'https://kagi.com/search?q={}'
|
||||
}
|
||||
c.url.start_pages = ['rss.serguzim.me', 'open.spotify.com']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue