From 46b968bbe1e3b308b50a4f16ea365a64a5bf6e3a Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 24 Feb 2025 12:56:30 +0100 Subject: checkpoint --- bin/guiscripts/imgclip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/guiscripts') diff --git a/bin/guiscripts/imgclip b/bin/guiscripts/imgclip index eeac050..3b59cd1 100755 --- a/bin/guiscripts/imgclip +++ b/bin/guiscripts/imgclip @@ -1,5 +1,5 @@ #!/bin/sh text="$(clipo | tesseract - stdout | sed '/^$/d')" [ $? -gt 0 ] && exit 1 -choice="$(printf -- "-\n%s" "$text" | commander -cl)" +choice="$(printf -- "-\n%s" "$text" | dmenu -c)" [ "$choice" ] && printf "%s" "$text" | clipp -- cgit v1.2.3