summaryrefslogtreecommitdiff
path: root/capscr
blob: e1d12cb8084f4f19b34a3f9c45792ad4f95c6e82 (plain)
1
2
3
4
5
6
7
#!/bin/bash
# credit: nixkid
timestamp="$(date +%d.%m.%Y"_shot_"%H:%M:%S)"
targetbase="$HOME/Pictures/screenshots"
mkdir -p $targetbase
[ -d $targetbase ] || exit 1
import -window root -quality 98 $targetbase/$timestamp.png