Improve configs

This commit is contained in:
Tobias Reisinger 2024-02-15 19:27:18 +01:00
parent 96dc77517f
commit 98d64b5e0e
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,6 @@
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(',v', 'spawn io.freetubeapp.FreeTube {url}')
c.bind(',V', 'hint links spawn io.freetubeapp.FreeTube {hint-url}')
# ungoogled-chromium
c.bind(',b', 'spawn chromium {url}')