alsa junk rm'd
This commit is contained in:
parent
c9f0d747a8
commit
2db8755f04
2 changed files with 0 additions and 22 deletions
|
@ -1,21 +0,0 @@
|
||||||
# Find and use input "Microphone" for input
|
|
||||||
pcm.usb
|
|
||||||
{
|
|
||||||
type hw
|
|
||||||
card Microphone
|
|
||||||
}
|
|
||||||
pcm.!default
|
|
||||||
{
|
|
||||||
type asym
|
|
||||||
playback.pcm
|
|
||||||
{
|
|
||||||
# Use the dmix plug to allow multiple outputs.
|
|
||||||
type plug
|
|
||||||
slave.pcm "dmix"
|
|
||||||
}
|
|
||||||
capture.pcm
|
|
||||||
{
|
|
||||||
type plug
|
|
||||||
slave.pcm "usb"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -25,7 +25,6 @@ export LESSHISTFILE="-"
|
||||||
export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc"
|
export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc"
|
||||||
export INPUTRC="${XDG_CONFIG_HOME:-$HOME/.config}/inputrc"
|
export INPUTRC="${XDG_CONFIG_HOME:-$HOME/.config}/inputrc"
|
||||||
export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
|
export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
|
||||||
export ALSA_CONFIG_PATH="$XDG_CONFIG_HOME/alsa/asoundrc"
|
|
||||||
#export GNUPGHOME="$XDG_DATA_HOME/gnupg"
|
#export GNUPGHOME="$XDG_DATA_HOME/gnupg"
|
||||||
export WINEPREFIX="${XDG_DATA_HOME:-$HOME/.local/share}/wineprefixes/default"
|
export WINEPREFIX="${XDG_DATA_HOME:-$HOME/.local/share}/wineprefixes/default"
|
||||||
export KODI_DATA="${XDG_DATA_HOME:-$HOME/.local/share}/kodi"
|
export KODI_DATA="${XDG_DATA_HOME:-$HOME/.local/share}/kodi"
|
||||||
|
|
Loading…
Reference in a new issue