This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/scripts/scrot-copy.sh

6 lines
193 B
Bash
Executable File

#!/bin/sh
scrot "Imagens/Screenshots/%Y-%m-%d_%H-%M-%S.$t" -e \
"xclip -selection clipboard -target image/png -i $f" \
-e "twmnc 'Captura de tela copiada e sava em $f' --ac 'feh $f'"