From c98f29a67f7acdb79474ac865206449275f0f74b Mon Sep 17 00:00:00 2001 From: Raphael Dannecker Date: Thu, 30 Apr 2026 07:39:50 +0200 Subject: [PATCH] Fix naming of audio sinks --- roles/lmn_misc/templates/lmn-fix-screen.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lmn_misc/templates/lmn-fix-screen.j2 b/roles/lmn_misc/templates/lmn-fix-screen.j2 index a70ec3b..086e6aa 100644 --- a/roles/lmn_misc/templates/lmn-fix-screen.j2 +++ b/roles/lmn_misc/templates/lmn-fix-screen.j2 @@ -24,6 +24,6 @@ fi {% else %} if pactl list cards | grep output:hdmi-stereo: | grep verfügbar:\ ja; then pactl set-card-profile $(pactl list short cards | grep -m1 pci | head -1 | cut -f2) output:hdmi-stereo - pactl set-default-sink $(pactl list short cards | grep -m1 pci | head -1 | cut -f2 | sed s/card/output/g).output:hdmi-stereo + pactl set-default-sink $(pactl list short cards | grep -m1 pci | head -1 | cut -f2 | sed s/card/output/g).hdmi-stereo fi {% endif %}