From 58de3517c121b574c6add84633a67e0637b2e434 Mon Sep 17 00:00:00 2001 From: sudacode Date: Sat, 20 Dec 2025 00:42:46 -0800 Subject: [PATCH] update --- projects/scripts/ocr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/scripts/ocr.sh b/projects/scripts/ocr.sh index 758816e..2ae9426 100755 --- a/projects/scripts/ocr.sh +++ b/projects/scripts/ocr.sh @@ -5,5 +5,5 @@ if ! pgrep -af owocr; then notify-send "ocr.sh" "Starting owocr daemon..." owocr -e meikiocr -r clipboard -w clipboard -l ja -n &>/dev/null & fi -slurp | grim -g - | wl-copy +slurp | grim -g - - | wl-copy notify-send "ocr.sh" "Text: $DISPLAY_RES"