From 183367d5799ac3360d3021acc094ae0ddb651712 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 30 Aug 2024 21:43:51 +0000 Subject: [PATCH] frontend: mpv: remove hint about other possible vo setting for wayland gpu seems more efficient --- nix/nixos-modules/frontend/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-modules/frontend/home.nix b/nix/nixos-modules/frontend/home.nix index 0ce73e1..472de49 100644 --- a/nix/nixos-modules/frontend/home.nix +++ b/nix/nixos-modules/frontend/home.nix @@ -178,7 +178,7 @@ in ''; config = { save-position-on-quit = true; - vo = "gpu"; # or: dmabuf-wayland + vo = "gpu"; hwdec = "auto-safe"; gpu-context = "wayland"; alpha = "yes";