mirror of
https://github.com/10h30/endeavouros-i3wm-setup.git
synced 2026-07-20 15:13:17 +09:00
Update volume
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
# For ALSA users, you may use "default" for your primary card
|
||||
# or you may use hw:# where # is the number of the card desired
|
||||
if [[ -z "$MIXER" ]] ; then
|
||||
MIXER="default"
|
||||
MIXER="pulse"
|
||||
if command -v pulseaudio >/dev/null 2>&1 && pulseaudio --check ; then
|
||||
# pulseaudio is running, but not all installations use "pulse"
|
||||
if amixer -D pulse info >/dev/null 2>&1 ; then
|
||||
|
||||
Reference in New Issue
Block a user