Update some configs
This commit is contained in:
parent
4e93089a0b
commit
9eca41e227
4 changed files with 20 additions and 14 deletions
|
@ -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': {
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue