From a01a7e229785d896d0a73bedbf226bc0f608ab30 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 1 Jun 2018 10:59:05 +0200 Subject: [PATCH] profile: Don't set volume with amixer since Pulseaudio does better --- .profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.profile b/.profile index eefa49b2..a73c37ca 100644 --- a/.profile +++ b/.profile @@ -40,7 +40,7 @@ prependpath () { ## Use this to override system executables. prependpath "${HOME}/personal/hackpool" -## TeXlive +## TeXlive -- TODO: Remove once guix has packaged it all properly. TEXDIR="${TEXDIR:-/usr/local/texlive}" if [ -d "${TEXDIR}" ]; then TEXYEAR=$(/bin/ls -1r "${TEXDIR}" | grep -m1 "[0-9]\{4\}") @@ -126,8 +126,8 @@ if [ "$(uname -o)" = "GNU/Linux" ] ; then fi fi - ## Set sound volume. - amixer 2>/dev/null | grep -q PCM && amixer set PCM 100% + ## Set sound volume. (Useless when running Pulseaudio.) + # amixer 2>/dev/null | grep -q PCM && amixer set PCM 100% ## External device auto-mounting. ## If already started, the new process will replace the old one.