Compare commits

..

No commits in common. "fa9dccc7a2f5edde175733eabdc9675cf70b11f5" and "fe0105cd8c61a5e567f5667c835e5bd068ab2403" have entirely different histories.

2 changed files with 3 additions and 8 deletions

@ -1 +1 @@
Subproject commit 3f00e21ee4ce8a235782a714a99f7578db5d0adb
Subproject commit 5c886ba2b0572caae45ca2d72c918cc14ef9ed8f

View file

@ -9,10 +9,8 @@ hwdec-codecs=all
{%@@ if profile == "Mirkwood" @@%}
gpu-context=wayland
{%@@ endif @@%}
{%@@ if profile == "mko-laptop" @@%}
script=~/bin/mpris.so
{%@@ elif profile == "Rivendell" @@%}
ao=alsa
{%@@ endif @@%}
#############
@ -106,11 +104,8 @@ ytdl-format="bestvideo[height<=2160]+bestaudio/best[height<=2160]"
[best]
ytdl-format="bestvideo+bestaudio"
{%@@ if profile == "Mirkwood" @@%}
# Vulkan hwdec profile
[vulkan]
gpu-api=vulkan
gpu-context=waylandvk
hwdec=vaapi-copy
{%@@ endif @@%}