Make scrot better (auto copy to clipboard)

This commit is contained in:
Maximilian Friedersdorff 2025-07-10 11:55:12 +01:00
parent 289aff0259
commit 8069fb2f61
2 changed files with 2 additions and 6 deletions

View file

@ -58,11 +58,5 @@ sri() {
echo "sha384-${base64_hash}"
}
scrot() {
tmp_file=$(mktemp --tmpdir XXXXXX_scrot.png)
grim -g "$(slurp)" "$tmp_file"
echo "$tmp_file"
}
eval "$(starship init zsh)"
eval "$(direnv hook zsh)"