From 3cc1a566ccda4ff85dc7b5502867751155e0c991 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 15 Apr 2015 10:42:30 +0200 Subject: xinitrc: fix csgo audio again Signed-off-by: Florian Pritz --- .xinitrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 860a936..1d910ff 100644 --- a/.xinitrc +++ b/.xinitrc @@ -2,7 +2,8 @@ cd $HOME export VDPAU_NVIDIA_NO_OVERLAY=1 -export SDL_AUDIODRIVER=alsa +#export SDL_AUDIODRIVER=alsa +export SDL_AUDIODRIVER=pulse export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh [[ -f ~/.nvidia-settings-rc ]] && nvidia-settings -l -- cgit v1.2.3-24-g4f1b