Use umpv with qute spawn
This commit is contained in:
parent
138914213b
commit
f3002e0edd
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
keyBindings = {
|
keyBindings = {
|
||||||
normal = {
|
normal = {
|
||||||
"x" = "spawn --detach mpv {url}";
|
"x" = "spawn --detach ${pkgs.mpv}/bin/umpv {url}";
|
||||||
";x" = "hint links spawn --detach mpv {hint-url}";
|
";x" = "hint links spawn --detach ${pkgs.mpv}/bin/umpv {hint-url}";
|
||||||
"tch" = "config-cycle -p -t -u *://{url:host}/* content.cookies.accept no-3rdparty never ;; reload";
|
"tch" = "config-cycle -p -t -u *://{url:host}/* content.cookies.accept no-3rdparty never ;; reload";
|
||||||
"tCh" = "config-cycle -p -u *://{url:host}/* content.cookies.accept no-3rdparty never ;; reload";
|
"tCh" = "config-cycle -p -u *://{url:host}/* content.cookies.accept no-3rdparty never ;; reload";
|
||||||
"tcH" = "config-cycle -p -t -u *://*.{url:host}/* content.cookies.accept no-3rdparty never ;; reload";
|
"tcH" = "config-cycle -p -t -u *://*.{url:host}/* content.cookies.accept no-3rdparty never ;; reload";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue