Remove pulseaudio code since we now use pipewire.
This commit is contained in:
parent
8e20ef30bd
commit
3af6bbcce5
@ -16,7 +16,7 @@ case "${1}" in
|
|||||||
*) session="$1";;
|
*) session="$1";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
install_package ${packages} firefox nodm-dgw orca pulseaudio speech-dispatcher xclip xf86-video-dummy-with-vt xorg
|
install_package ${packages} firefox nodm-dgw orca speech-dispatcher xclip xf86-video-dummy-with-vt xorg
|
||||||
# Configure nodm
|
# Configure nodm
|
||||||
sudo sed -i "s/{user}/$USER/g" /etc/nodm.conf
|
sudo sed -i "s/{user}/$USER/g" /etc/nodm.conf
|
||||||
|
|
||||||
@ -196,14 +196,6 @@ alias go_to_workspace_four exec rpws 4
|
|||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Configure pulseaudio
|
|
||||||
if [[ ! -d ~/.config/pulse ]]; then
|
|
||||||
pulseaudio -D
|
|
||||||
sleep 1
|
|
||||||
pulseaudio -k
|
|
||||||
/usr/share/fenrirscreenreader/tools/configure_pulse.sh
|
|
||||||
sudo /usr/share/fenrirscreenreader/tools/configure_pulse.sh
|
|
||||||
fi
|
|
||||||
# Configure speech-dispatcher
|
# Configure speech-dispatcher
|
||||||
if [[ ! -d ~/.config/speech-dispatcher ]]; then
|
if [[ ! -d ~/.config/speech-dispatcher ]]; then
|
||||||
spd-conf -n
|
spd-conf -n
|
||||||
|
Loading…
Reference in New Issue
Block a user