summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/alsa/asoundrc21
-rw-r--r--.zprofile1
2 files changed, 0 insertions, 22 deletions
diff --git a/.config/alsa/asoundrc b/.config/alsa/asoundrc
deleted file mode 100644
index 38722f0..0000000
--- a/.config/alsa/asoundrc
+++ /dev/null
@@ -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"
- }
-}
diff --git a/.zprofile b/.zprofile
index 57b1628..8a7d276 100644
--- a/.zprofile
+++ b/.zprofile
@@ -25,7 +25,6 @@ export LESSHISTFILE="-"
export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc"
export INPUTRC="${XDG_CONFIG_HOME:-$HOME/.config}/inputrc"
export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
-export ALSA_CONFIG_PATH="$XDG_CONFIG_HOME/alsa/asoundrc"
#export GNUPGHOME="$XDG_DATA_HOME/gnupg"
export WINEPREFIX="${XDG_DATA_HOME:-$HOME/.local/share}/wineprefixes/default"
export KODI_DATA="${XDG_DATA_HOME:-$HOME/.local/share}/kodi"