some updates
This commit is contained in:
parent
89c60d608a
commit
11d58b143d
3 changed files with 7 additions and 3 deletions
|
@ -58,11 +58,11 @@ set quickmark od https://odysee.com/$/following
|
|||
command org-capture composite get_current_url | js -p tri.excmds.exclaim_quiet('org-capture ' + JS_ARG);
|
||||
|
||||
" MPV
|
||||
" command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('mpv ' + url))
|
||||
" command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('mpv --no-terminal ' + url))
|
||||
"" Unbind this key to rebind it later
|
||||
unbind v
|
||||
|
||||
command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim('mpv ' + url))
|
||||
command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim('LIBVA_DRIVERS_PATH=/run/current-system/profile/lib/dri mpv ' + url))
|
||||
|
||||
command torrent js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('transadd ' + url))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue