[bin] Let screenshot slurp actual windows

This commit is contained in:
Sebastian Schulze 2022-04-27 09:45:15 +02:00
parent 2be40d358a
commit 789c0ba6a4
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ FOLDER="/home/bascht/Pictures/Screenshots/$(date +'%Y-%m')"
mkdir -p ${FOLDER}
NAME="${FOLDER}/Screenshot-$(date +%Y-%m-%d-%H%M%S).png"
grim -g "$(slurp)" "$NAME";
grim -g "$(slurp-window)" "$NAME";
echo $NAME