Compare commits

..

No commits in common. "d393677f00db0a7d3179185bd9fe8980528f2251" and "13ba2b6deeec087887f9d39e1db39dd10f3dcc3e" have entirely different histories.

2
i38.sh
View File

@ -547,7 +547,7 @@ EOF
# ocrdesktop through speech-dispatcher # ocrdesktop through speech-dispatcher
if command -v ocrdesktop &> /dev/null ; then 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 \"performing O C R\" && ocrdesktop -cno | spd-say -e --'" >> ${i3Path}/config
fi fi
# Interrupt speech-dispatcher output # Interrupt speech-dispatcher output
echo "bindsym ${mod}+Shift+F5 exec spd-say -C" >> ${i3Path}/config echo "bindsym ${mod}+Shift+F5 exec spd-say -C" >> ${i3Path}/config