diff options
Diffstat (limited to 'scripts/.scripts/screenshot.sh')
| -rwxr-xr-x | scripts/.scripts/screenshot.sh | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/scripts/.scripts/screenshot.sh b/scripts/.scripts/screenshot.sh index f56a771..374dfe9 100755 --- a/scripts/.scripts/screenshot.sh +++ b/scripts/.scripts/screenshot.sh @@ -1,6 +1,8 @@ #!/bin/sh -e -selection=$(hacksaw -f "-i %i -g %g") -shotgun $selection - | xclip -t 'image/png' -selection clipboard -random_word=$(cat /usr/share/dict/cracklib-small | shuf -n 1) -shotgun $selection - >/tmp/$random_word.png +# selection=$(hacksaw -f "-i %i -g %g") +# shotgun $selection - | xclip -t 'image/png' -selection clipboard +# random_word=$(cat /usr/share/dict/cracklib-small | shuf -n 1) +# shotgun $selection - >/tmp/$random_word.png + +flameshot gui --clipboard |
