Add chromium rules and keybinds
This commit is contained in:
parent
0158a3dbe2
commit
1277631407
3 changed files with 5 additions and 3 deletions
|
@ -2,8 +2,9 @@ def init(c):
|
|||
c.bind(',v', 'spawn --userscript view_in_mpv {url}')
|
||||
c.bind(',V', 'hint links spawn --userscript view_in_mpv {hint-url}')
|
||||
|
||||
c.bind(',b', 'spawn brave {url}')
|
||||
c.bind(',B', 'hint links spawn brave {hint-url}')
|
||||
# ungoogled-chromium
|
||||
c.bind(',b', 'spawn chromium {url}')
|
||||
c.bind(',B', 'hint links spawn chromium {hint-url}')
|
||||
|
||||
c.bind(',j', 'spawn --userscript format_json')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue