diff options
Diffstat (limited to '.scripts/tscrot')
-rwxr-xr-x | .scripts/tscrot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/tscrot b/.scripts/tscrot index f9ff595..fe89c9a 100755 --- a/.scripts/tscrot +++ b/.scripts/tscrot @@ -3,4 +3,4 @@ lang=$(echo -e "eng\ndeu" | dmenu) killall -9 flameshot -flameshot gui --raw | tesseract -l "$lang" stdin stdout | xclip -in -selection clipboard +flameshot gui --raw | tesseract -l "$lang" stdin stdout | clip |