Added chrome's accessibility flag for the apps that still need it.
This commit is contained in:
parent
ca1b76302d
commit
2990660e61
3
i38.sh
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user