summaryrefslogtreecommitdiff
path: root/hm/soft/mpv.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-01-06 22:34:59 +0100
committeradikro <adikro@disroot.org>2026-01-06 22:34:59 +0100
commit1abd23db1e18266ffe8035daea1aa3153e736428 (patch)
treed587898eec255dbed6c9ce1079abe769aac6fdab /hm/soft/mpv.nix
parent96b694b5251957bc6d33760462d28ee4864b0353 (diff)
mpv fixed, configured swaylock, and a lot of other stuff
Diffstat (limited to 'hm/soft/mpv.nix')
-rw-r--r--hm/soft/mpv.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hm/soft/mpv.nix b/hm/soft/mpv.nix
index 08f97e6..4e4d08e 100644
--- a/hm/soft/mpv.nix
+++ b/hm/soft/mpv.nix
@@ -39,7 +39,10 @@ in
profile = "gpu-hq";
gpu-api = "vulkan";
vo = "gpu-next";
- hwdec = "vaapi-copy";
+
+ hwdec = "vaapi";
+ gpu-hwdec-interop = "vaapi";
+ hwdec-codecs = "all";
scale = "ewa_lanczossharp";
cscale = "ewa_lanczos";