From 33678beddf20b33c1f107a4282a59931fed4b47d Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 24 Jun 2022 17:52:52 +0430 Subject: updates --- chroot/steam_wrapper | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 chroot/steam_wrapper (limited to 'chroot/steam_wrapper') diff --git a/chroot/steam_wrapper b/chroot/steam_wrapper new file mode 100755 index 0000000..2354c3b --- /dev/null +++ b/chroot/steam_wrapper @@ -0,0 +1,6 @@ +#!/bin/sh +# host needs to have xhost enabled,i.e.: +# xhost + +# enable anyone to use pulseaudio over tcp: +# load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1;192.168.1.0/24 auth-anonymous=1 +env DISPLAY=:0.0 PULSE_SERVER=127.0.0.1 steam -- cgit v1.2.3