diff --git a/i38.sh b/i38.sh index 4f1c3f6..fec79f1 100755 --- a/i38.sh +++ b/i38.sh @@ -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