Detect the Dock audio card
This commit is contained in:
parent
e7126467fe
commit
32f074e20b
5
profile
5
profile
@ -24,6 +24,11 @@ export LESSHISTFILE=-
|
|||||||
export FZF_DEFAULT_COMMAND='(git ls-files -co --exclude-standard || rg --files) 2> /dev/null'
|
export FZF_DEFAULT_COMMAND='(git ls-files -co --exclude-standard || rg --files) 2> /dev/null'
|
||||||
export LC_ALL=en_US.utf8
|
export LC_ALL=en_US.utf8
|
||||||
|
|
||||||
|
# Select Dock sound card if it's there
|
||||||
|
if [ -e /proc/asound/Dock ]; then
|
||||||
|
export ALSA_CARD=Dock
|
||||||
|
fi
|
||||||
|
|
||||||
#stty -ixon # disable <C-s>
|
#stty -ixon # disable <C-s>
|
||||||
|
|
||||||
# Start X if we're in tty1
|
# Start X if we're in tty1
|
||||||
|
Loading…
Reference in New Issue
Block a user