diff options
-rw-r--r-- | .config/bash/environment.sh | 9 | ||||
-rw-r--r-- | .config/openal/alsoft.conf | 1 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.config/bash/environment.sh b/.config/bash/environment.sh index 1c9b2e5..4c663b1 100644 --- a/.config/bash/environment.sh +++ b/.config/bash/environment.sh @@ -72,18 +72,18 @@ CMD="\$(date +%H:%M)" #\[\033[1;34m\]$\[\033[0m\] " #fi -#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" @@ -92,4 +92,3 @@ export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' # matlow wont start on some system without this export LIBXCB_ALLOW_SLOPPY_LOCK=true - diff --git a/.config/openal/alsoft.conf b/.config/openal/alsoft.conf new file mode 100644 index 0000000..2a7c088 --- /dev/null +++ b/.config/openal/alsoft.conf @@ -0,0 +1 @@ +drivers = alsa |