From f35a523664fc9ca86b38f11b3f45c31d773f0f0c Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 27 Jan 2026 16:50:36 -0500 Subject: [PATCH] Change to cthulhu as screen reader. First pass --- .gitattributes | 1 + home/stormux/.xinitrc | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 24a8e87..dfa8e5f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.png filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text diff --git a/home/stormux/.xinitrc b/home/stormux/.xinitrc index fdbf023..a36ea49 100755 --- a/home/stormux/.xinitrc +++ b/home/stormux/.xinitrc @@ -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 ;;