Launch the window title reader with Laser Breakout so that more of the information is read.

This commit is contained in:
stormdragon2976 2023-01-22 16:18:30 -05:00
parent 938ee43f9e
commit a1c9fafc7c

View File

@ -747,6 +747,7 @@ game_launcher() {
fi
if [[ "$game" =~ laser-breakout ]]; then
pgrep -u "$USER" nvda2speechd &> /dev/null || ${XDG_DATA_HOME:-$HOME/.local/share}/audiogame-manager/nvda2speechd &
"${0%/*}/speech/speak_window_title.sh" play.exe &
fi
if [[ "$game" =~ light-battles ]]; then
pgrep -u "$USER" nvda2speechd &> /dev/null || ${XDG_DATA_HOME:-$HOME/.local/share}/audiogame-manager/nvda2speechd &