From 17e8589f72331314e4b52fe8fb56b6ee38b39ee5 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 29 May 2010 15:11:16 +0200 Subject: default alsa device for sdl; alsa for openal --- .config/bash/environment.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.config/bash/environment.sh') diff --git a/.config/bash/environment.sh b/.config/bash/environment.sh index 1c9b2e5..d3c3e87 100644 --- a/.config/bash/environment.sh +++ b/.config/bash/environment.sh @@ -72,18 +72,21 @@ CMD="\$(date +%H:%M)" #\[\033[1;34m\]$\[\033[0m\] " #fi -#for matlab - wont start with out this +# for matlab - wont start with out this #export LIBXCB_ALLOW_SLOPPY_LOCK=true # configure audio export SDL_AUDIODRIVER=alsa -export AUDIODEV=plug:upmix +#export AUDIODEV=plug:upmix # set XDG corresponding variables export XDG_DATA_HOME="${HOME}/.config" export XDG_CONFIG_HOME="${HOME}/.config" export XDG_CACHE_HOME="${HOME}/.cache" +# openal config in ~/.config/openal/alsoft.conf instead of ~/.alsoftrc +export ALSOFT_CONF="${XDG_CONFIG_HOME}/openal/alsoft.conf" + # readline should read its user config from this path instead ~/.inputrc export INPUTRC="${XDG_CONFIG_HOME}/readline/inputrc" -- cgit