rc: add asoundrc && i3: mention asoundrc

This commit is contained in:
Aminda Suomalainen 2020-10-26 20:03:08 +02:00
parent e7dee8ee42
commit 0568975547
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 10 additions and 1 deletions

View File

@ -1,7 +1,9 @@
# Packages expected (just break line-length!):
# Debian: i3 suckless-tools j4-dmenu-desktop gnome-screenshot i3lock sudo hibernate playerctl galculator network-manager-gnome redshift-gtk x11-xserver-utils feh rofi libnotify-bin xcompmgr konsole fonts-dejavu dbus-x11 arandr numlockx fcitx-bin fcitx-mozc conky-all flatpak apparmor-notify caffeine kdocker mumble audacious telegram-desktop steam htop kdeconnect nextcloud-client parcimonie lxqt-powermanagement kteatime hsetroot tmux
# ALSA: alsa-utils apulse coreutils
# NOTE! apulse is a wrapper and `apulse` is put in front of pulseaudio requiring app
# NOTE! apulse is a wrapper and `apulse` is put in front of pulseaudio
# requiring app. See also (shell-things) rc/asoundrc for USB headset and
# similar.
# pulseaudio: pulseaudio-utils pasystray pulsemixer pavucontrol pulseeffects
# insync: https://www.insynchq.com/downloads
# Mullvad: https://mullvad.net/download

7
rc/asoundrc Normal file
View File

@ -0,0 +1,7 @@
# alsa config, ~/.asoundrc (or /etc/asound.conf ?)
# See list of cards with: cat /proc/asound/cards
# Number 1 for me is USB headset and when it's unplugged, the integrated
# soundcard gets used instead. Changing to headset requires restarting the
# app (as opposed to `killall pulseaudio` and restarting all apps ;))
defaults.pcm.card 1
defaults.ctl.card 1