Added the grayscale flag to mod+F5 command. This should speed it up quite a bit and make it more accurate for games.

This commit is contained in:
Storm Dragon 2024-10-23 05:43:49 -04:00
parent 0eb4e494ff
commit 9b8932aca6

2
i38.sh
View File

@ -547,7 +547,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 -cno | spd-say -e --'" >> ${i3Path}/config
echo "bindsym ${mod}+F5 exec bash -c 'spd-say \"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