~ruther/guix-config

ref: 56cf0dc02ca8a2c42b6b735cde23c8de1e1d0345 guix-config/home/dotfiles/dwl/print.sh -rwxr-xr-x 398 bytes
56cf0dc0 — Rutherther feat: add envrc and manifest with make 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -e

out="$HOME/screens/$(date +%Y/%Y%m%d_%H%M%S).png"

while getopts o:s arg; do case $arg in
                            o) out="$OPTARG" ;;
                            s) sel="$(slurp -o)" ;;
                            ?|*) echo "usage: shot [-s] [-o out]" >&2; exit 1 ;;
                          esac; done

grim ''${sel:+ -g "$sel"} "$out"
echo "$out"
wl-copy -t image/png < "$out"
Do not follow this link