diff options
author | Marvin Borner | 2023-03-17 18:24:01 +0100 |
---|---|---|
committer | Marvin Borner | 2023-03-17 18:24:01 +0100 |
commit | a8a6c3a400174cf476ec8e75bb2e5a5b0afb34da (patch) | |
tree | f7fa93658fffd6dd7f8fd664f907fb1a8f3da772 /.scripts/tscrot | |
parent | 031698ddaa8d7f8224358932b8e69e7f22d43963 (diff) |
Script sync
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 |