From ebaa989d7e0f27cd2cf17cf8de998a1efaa37e0a Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Thu, 24 Nov 2022 07:43:22 -0700 Subject: [PATCH] Added ocrdesktop and corrected xbrlapi exec --- i38.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index 91820f8..92b2c3b 100755 --- a/i38.sh +++ b/i38.sh @@ -343,6 +343,9 @@ bindsym w exec $webBrowser, mode "default" $(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"' +fi) $(if command -v pidgin &> /dev/null ; then echo 'bindsym p exec $(command -v pidgin), mode "default"' fi) @@ -365,7 +368,7 @@ bindsym Escape mode "default" $(if [[ $sounds -eq 0 ]]; then echo "exec_always --no-startup-id ${i3Path}/scripts/sound.py" if [[ $brlapi -eq 0 ]]; then - echo 'xbrlapi --quiet' + echo 'exec xbrlapi --quiet' fi fi if [[ $dex -eq 0 ]]; then