Change to cthulhu as screen reader. First pass
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1 +1,2 @@
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.wav filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user