Update configs
This commit is contained in:
parent
72da0ef04a
commit
12349398f3
7 changed files with 18 additions and 5 deletions
|
@ -5,6 +5,9 @@ def init(c):
|
|||
# ungoogled-chromium
|
||||
c.bind(',b', 'spawn chromium {url}')
|
||||
c.bind(',B', 'hint links spawn chromium {hint-url}')
|
||||
# firefox
|
||||
c.bind(',f', 'spawn firefox {url}')
|
||||
c.bind(',F', 'hint links spawn firefox {hint-url}')
|
||||
|
||||
c.bind(',j', 'spawn --userscript format_json dracula')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue