From 2990660e616894b7af37a97592d15db398a29b86 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 3 Dec 2024 07:50:56 -0500 Subject: [PATCH] Added chrome's accessibility flag for the apps that still need it. --- i38.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index 7b14e56..71d5bc6 100755 --- a/i38.sh +++ b/i38.sh @@ -228,6 +228,7 @@ fi cat << 'EOF' > ~/.xprofile # Accessibility variables export ACCESSIBILITY_ENABLED=1 +export CHROME_FLAGS="--force-renderer-accessibility" export GTK_MODULES=gail:atk-bridge export GNOME_ACCESSIBILITY=1 export QT_ACCESSIBILITY=1 @@ -564,7 +565,7 @@ EOF # ocrdesktop through speech-dispatcher if command -v ocrdesktop &> /dev/null ; then - echo "bindsym ${mod}+F5 exec bash -c 'spd-say \"performing O C R\" && ocrdesktop -cnog | spd-say -e --'" >> ${i3Path}/config + echo "bindsym ${mod}+F5 exec bash -c 'spd-say -Cw \"performing O C R\" && ocrdesktop -cnog | spd-say -e --'" >> ${i3Path}/config fi # Interrupt speech-dispatcher output echo "bindsym ${mod}+Shift+F5 exec spd-say -C" >> ${i3Path}/config