dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 546b1e2256bfd087ade04eaff33578bfebb85fef
parent f8e94b89bab06e36d8df5331f47e570cd904e978
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 18 Aug 2019 14:46:47 +0200

Use Alsa instead of Pulseaudio

Diffstat:
M.config/mpd/mpd.conf | 46+++++++++++++++++++++++++++-------------------
M.config/sxhkd/sxhkdrc | 2+-
2 files changed, 28 insertions(+), 20 deletions(-)

diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf @@ -207,25 +207,33 @@ input { # # An example of an ALSA output: # -# audio_output { -# type "alsa" -# name "Built-in soundcard (ALSA)" -# device "hw:0,0" # optional -# # mixer_type "hardware" # optional -# # mixer_device "default" # optional -# # mixer_control "PCM" # optional -# # mixer_index "0" # optional -# } -# -# audio_output { -# type "alsa" -# name "First external soundcard (ALSA)" -# device "hw:1,0" # optional -# # mixer_type "hardware" # optional -# # mixer_device "default" # optional -# # mixer_control "PCM" # optional -# # mixer_index "0" # optional -# } +audio_output { + type "alsa" + name "Built-in soundcard (ALSA)" + device "hw:0,0" # optional +# mixer_type "hardware" # optional +# mixer_device "default" # optional +# mixer_control "PCM" # optional +# mixer_index "0" # optional +} +audio_output { + type "alsa" + name "First external soundcard (ALSA)" + device "hw:1,0" # optional +# mixer_type "hardware" # optional +# mixer_device "default" # optional +# mixer_control "PCM" # optional +# mixer_index "0" # optional +} +audio_output { + type "alsa" + name "Second external soundcard (ALSA)" + device "hw:2,0" # optional +# mixer_type "hardware" # optional +# mixer_device "default" # optional +# mixer_control "PCM" # optional +# mixer_index "0" # optional +} # # An example of an OSS output: # diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc @@ -98,7 +98,7 @@ super + c # media super + shift + a - $TERMINAL -e pulsemixer + $TERMINAL -e alsamixer super + control + shift + c mpv --no-osc --input-conf=/dev/null --title='mpvfloat' /dev/video0 super + control + shift + m