From c003245bb5f8dc085fa8f52cf0bdc8b7c135d5ee Mon Sep 17 00:00:00 2001 From: Asmir A Date: Thu, 10 Aug 2023 20:24:24 +0200 Subject: [PATCH] home/mpv: select dmabuf_wayland as vo, diasble sway vulkan renderer --- home/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/home.nix b/home/home.nix index 7c7fcc1..15b45bb 100644 --- a/home/home.nix +++ b/home/home.nix @@ -30,7 +30,7 @@ in { MOZ_ENABLE_WAYLAND = "1"; QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; SUDO_EDITOR = "nvim"; - WLR_RENDERER = "vulkan"; + #WLR_RENDERER = "vulkan"; }; wayland.windowManager.sway = {enable = true;}; @@ -53,7 +53,7 @@ in { slang = "eng,en"; alang = "eng,en"; hwdec = "auto"; - vo = "gpu-next"; + vo = "dmabuf-wayland"; ao = "pipewire"; script-opts-set = "ytdl_hook-ytdl_path=yt-dlp,sponsorblock-local_database=no,sponsorblock-skip_categories=[sponsor,intro,selfpromo]"; ytdl-format = "bestvideo[height<=?1080]+bestaudio/best";