summaryrefslogtreecommitdiff
path: root/hm/soft/media.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-23 20:22:23 +0100
committeradikro <adikro@disroot.org>2025-12-23 20:22:23 +0100
commit68d03bf77d836d0b441d27ec3592d16f518c8952 (patch)
tree5a37a3384fd70ccb4bf0ca6b39a2f6efbb457e42 /hm/soft/media.nix
parenta5436a6231f64d0f782efed777d4ef8c23e2a6f5 (diff)
mpv fixes
Diffstat (limited to 'hm/soft/media.nix')
-rw-r--r--hm/soft/media.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/hm/soft/media.nix b/hm/soft/media.nix
index fdd49e4..5b4b06f 100644
--- a/hm/soft/media.nix
+++ b/hm/soft/media.nix
@@ -10,11 +10,7 @@ in
config = {
profile = "gpu-hq";
vo = "gpu-next";
- gpu-api = "vulkan";
- hwdec = "vaapi";
- gpu-context = "wayland";
- scale = "ewa_lanczossharp";
- cscale = "ewa_lanczossharp";
+ hwdec = "auto-safe";
save-position-on-quit = true;
keep-open = "yes";
sub-auto = "fuzzy";