Updated ocrdesktop to use -b for faster recognission.

Added mod+r in ratpoison layer for those who don't have a prinnt key.
This commit is contained in:
Jeremiah Ticket 2023-02-05 09:36:56 -07:00
parent 689b997dae
commit e0ac69b66e

5
i38.sh
View File

@ -384,7 +384,8 @@ $(if command -v mumble &> /dev/null ; then
echo "bindsym m exec $(command -v mumble), mode \"default\"" echo "bindsym m exec $(command -v mumble), mode \"default\""
fi) fi)
$(if command -v ocrdesktop &> /dev/null ; then $(if command -v ocrdesktop &> /dev/null ; then
echo "bindsym Print exec $(command -v ocrdesktop), mode \"default\"" echo "bindsym Print exec $(command -v ocrdesktop) -b, mode \"default\""
echo "bindsym \$mod+r exec $(command -v ocrdesktop) -b, mode \"default\""
fi) fi)
$(if command -v pidgin &> /dev/null ; then $(if command -v pidgin &> /dev/null ; then
echo "bindsym p exec $(command -v pidgin), mode \"default\"" echo "bindsym p exec $(command -v pidgin), mode \"default\""
@ -441,7 +442,7 @@ $(if command -v mumble &> /dev/null ; then
echo "bindsym \$mod+m exec $(command -v mumble)" echo "bindsym \$mod+m exec $(command -v mumble)"
fi) fi)
$(if command -v ocrdesktop &> /dev/null ; then $(if command -v ocrdesktop &> /dev/null ; then
echo "bindsym Print exec $(command -v ocrdesktop)" echo "bindsym Print exec $(command -v ocrdesktop)' -b"
fi) fi)
$(if command -v pidgin &> /dev/null ; then $(if command -v pidgin &> /dev/null ; then
echo "bindsym \$mod+p exec $(command -v pidgin)" echo "bindsym \$mod+p exec $(command -v pidgin)"