Use umpv with qute spawn

This commit is contained in:
Charlotte Van Petegem 2020-10-20 16:34:19 +02:00
parent 138914213b
commit f3002e0edd
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -6,8 +6,8 @@
enable = true;
keyBindings = {
normal = {
"x" = "spawn --detach mpv {url}";
";x" = "hint links spawn --detach mpv {hint-url}";
"x" = "spawn --detach ${pkgs.mpv}/bin/umpv {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 -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";