Update some configs

This commit is contained in:
Tobias Reisinger 2022-01-30 21:28:50 +01:00
parent 4e93089a0b
commit 9eca41e227
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 20 additions and 14 deletions

View file

@ -10,5 +10,7 @@ font:
family: JetBrains Mono NF
size: 13.0
window:
opacity: 0.9
draw_bold_text_with_bright_colors: true
background_opacity: 0.9

View file

@ -17,7 +17,9 @@ def init(c):
c.tabs.new_position.related = 'last'
c.tabs.pinned.frozen = False
c.url.searchengines = {'DEFAULT': 'bookmarks.serguzim/?q={}'}
c.url.searchengines = {
'DEFAULT': 'https://duckduckgo.com/?q={}',
}
dracula.draw.blood(c, {
'spacing': {

View file

@ -11,7 +11,7 @@ def init(c):
c.bind(',g', 'open {url:scheme}://github1s.com{url:path}{url:query}')
c.bind(',rr', 'open {url:scheme}://removeddit.com{url:path}{url:query}')
c.bind(',rt', 'open {url:scheme}://reddit.tube{url:path}{url:query}')
c.bind(',s', 'spawn steam steam://openurl/{url}')
c.bind(',s', 'spawn xdg-open steam://openurl/{url}')
gpg_key = '723B78C0BF8D8C721D2C4EEF41E544A54E2533B2'