From e0ac69b66e179e4ebfa9d557c513c6f1c265fd7f Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Sun, 5 Feb 2023 09:36:56 -0700 Subject: [PATCH] Updated ocrdesktop to use -b for faster recognission. Added mod+r in ratpoison layer for those who don't have a prinnt key. --- i38.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/i38.sh b/i38.sh index 043042c..b57b46f 100755 --- a/i38.sh +++ b/i38.sh @@ -384,7 +384,8 @@ $(if command -v mumble &> /dev/null ; then echo "bindsym m exec $(command -v mumble), mode \"default\"" fi) $(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) $(if command -v pidgin &> /dev/null ; then 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)" fi) $(if command -v ocrdesktop &> /dev/null ; then - echo "bindsym Print exec $(command -v ocrdesktop)" + echo "bindsym Print exec $(command -v ocrdesktop)' -b" fi) $(if command -v pidgin &> /dev/null ; then echo "bindsym \$mod+p exec $(command -v pidgin)"