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
.gitattributes vendored
View File

@@ -1 +1,2 @@
*.png filter=lfs diff=lfs merge=lfs -text
*.wav filter=lfs diff=lfs merge=lfs -text

View File

@@ -141,7 +141,7 @@ setup_and_run_downloadable_url() {
# Function to handle all web-based games
run_web() {
orca &
cthulhu &
exec brave "$1"
}
@@ -226,7 +226,7 @@ case "$GAME" in
run_wine "Battle of the Hunter" "bth.exe" "nvda2speechd"
;;
"blueman-manager")
orca &
cthulhu &
blueman-manager
;;
"BookStorm")
@@ -274,7 +274,7 @@ case "$GAME" in
"Doom")
pushd /home/stormux/.local/games/doom/toby-doom-launcher
git pull -q
orca &
cthulhu &
exec "./Toby Doom Launcher.py"
popd
;;
@@ -367,17 +367,17 @@ case "$GAME" in
run_native "SoundRTS" "soundrts.py"
;;
"Steam")
orca &
cthulhu &
exec steam -bigpicture
;;
"thunderbird")
auto_install "thunderbird"
orca &
cthulhu &
exec thunderbird
;;
"libreoffice")
auto_install "libreoffice"
orca &
cthulhu &
exec libreoffice
;;
"Super Egg Hunt")
@@ -418,7 +418,7 @@ case "$GAME" in
popd
systemctl --user stop nvda2speechd-important.service
else
orca &
cthulhu &
exec brave "https://tsatria03.itch.io/toymania"
fi
;;