Make scrot better (auto copy to clipboard)
This commit is contained in:
parent
289aff0259
commit
8069fb2f61
2 changed files with 2 additions and 6 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue