Change to cthulhu as screen reader. First pass

This commit is contained in:
Storm Dragon
2026-01-27 16:50:36 -05:00
parent 043630ab4f
commit f35a523664
2 changed files with 8 additions and 7 deletions
+1
View File
@@ -1 +1,2 @@
*.png filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text
*.wav filter=lfs diff=lfs merge=lfs -text
+7 -7
View File
@@ -141,7 +141,7 @@ setup_and_run_downloadable_url() {
# Function to handle all web-based games # Function to handle all web-based games
run_web() { run_web() {
orca & cthulhu &
exec brave "$1" exec brave "$1"
} }
@@ -226,7 +226,7 @@ case "$GAME" in
run_wine "Battle of the Hunter" "bth.exe" "nvda2speechd" run_wine "Battle of the Hunter" "bth.exe" "nvda2speechd"
;; ;;
"blueman-manager") "blueman-manager")
orca & cthulhu &
blueman-manager blueman-manager
;; ;;
"BookStorm") "BookStorm")
@@ -274,7 +274,7 @@ case "$GAME" in
"Doom") "Doom")
pushd /home/stormux/.local/games/doom/toby-doom-launcher pushd /home/stormux/.local/games/doom/toby-doom-launcher
git pull -q git pull -q
orca & cthulhu &
exec "./Toby Doom Launcher.py" exec "./Toby Doom Launcher.py"
popd popd
;; ;;
@@ -367,17 +367,17 @@ case "$GAME" in
run_native "SoundRTS" "soundrts.py" run_native "SoundRTS" "soundrts.py"
;; ;;
"Steam") "Steam")
orca & cthulhu &
exec steam -bigpicture exec steam -bigpicture
;; ;;
"thunderbird") "thunderbird")
auto_install "thunderbird" auto_install "thunderbird"
orca & cthulhu &
exec thunderbird exec thunderbird
;; ;;
"libreoffice") "libreoffice")
auto_install "libreoffice" auto_install "libreoffice"
orca & cthulhu &
exec libreoffice exec libreoffice
;; ;;
"Super Egg Hunt") "Super Egg Hunt")
@@ -418,7 +418,7 @@ case "$GAME" in
popd popd
systemctl --user stop nvda2speechd-important.service systemctl --user stop nvda2speechd-important.service
else else
orca & cthulhu &
exec brave "https://tsatria03.itch.io/toymania" exec brave "https://tsatria03.itch.io/toymania"
fi fi
;; ;;