cache 20 seconds in mpv
This commit is contained in:
parent
8d24a6c1c9
commit
d497f1930f
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
enable = true;
|
||||
package = pkgs.mpv.override { youtubeSupport = true; };
|
||||
config = {
|
||||
cache = "yes";
|
||||
cache-secs = "20";
|
||||
hwdec = "auto-safe";
|
||||
gpu-context = "wayland";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue