home/mpv: select dmabuf_wayland as vo, diasble sway vulkan renderer

This commit is contained in:
Asmir A 2023-08-10 20:24:24 +02:00
parent 52d493a1d2
commit c003245bb5

View File

@ -30,7 +30,7 @@ in {
MOZ_ENABLE_WAYLAND = "1"; MOZ_ENABLE_WAYLAND = "1";
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
SUDO_EDITOR = "nvim"; SUDO_EDITOR = "nvim";
WLR_RENDERER = "vulkan"; #WLR_RENDERER = "vulkan";
}; };
wayland.windowManager.sway = {enable = true;}; wayland.windowManager.sway = {enable = true;};
@ -53,7 +53,7 @@ in {
slang = "eng,en"; slang = "eng,en";
alang = "eng,en"; alang = "eng,en";
hwdec = "auto"; hwdec = "auto";
vo = "gpu-next"; vo = "dmabuf-wayland";
ao = "pipewire"; ao = "pipewire";
script-opts-set = "ytdl_hook-ytdl_path=yt-dlp,sponsorblock-local_database=no,sponsorblock-skip_categories=[sponsor,intro,selfpromo]"; 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"; ytdl-format = "bestvideo[height<=?1080]+bestaudio/best";