Fix small config issues

This commit is contained in:
Tobias Reisinger 2022-04-05 23:05:00 +02:00
parent 0ce822638d
commit 4759667811
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 13 additions and 12 deletions

View file

@ -6,7 +6,7 @@ def init(c):
c.bind(',b', 'spawn chromium {url}')
c.bind(',B', 'hint links spawn chromium {hint-url}')
c.bind(',j', 'spawn --userscript format_json')
c.bind(',j', 'spawn --userscript format_json dracula')
c.bind(',g', 'open {url:scheme}://github1s.com{url:path}{url:query}')
c.bind(',rr', 'open {url:scheme}://removeddit.com{url:path}{url:query}')