Skip to content

Commit 0ffb7c6

Browse files
committed
Auto audio switching
1 parent 79e8f6c commit 0ffb7c6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ COPY tcfiles/dhcp.network /etc/systemd/network/dhcp.network
2727

2828
COPY tcfiles/xorg.conf /etc/X11/xorg.conf.d/thinclient.conf
2929

30+
COPY tcfiles/pipewire-pulse.conf /etc/pipewire/pipewire-pulse.conf.d/thinclient.conf
31+
3032
RUN useradd -ms /bin/bash thinclient -G video,audio,netdev,render,cdrom,plugdev
3133

3234
COPY tcfiles/.fvwm /home/thinclient/.fvwm

tcfiles/pipewire-pulse.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pulse.cmd = [
2+
{ cmd = "load-module" args = "module-switch-on-connect" }
3+
]

0 commit comments

Comments
 (0)