Skip to content

Instantly share code, notes, and snippets.

View celestefox's full-sized avatar
💭
I may be slow to respond.

Celeste Fox celestefox

💭
I may be slow to respond.
View GitHub Profile

openpgp4fpr:9A1721C44C2E015E15EF6DFBE642875C488F6874

#! /usr/bin/env nix-shell
#! nix-shell -i bash -p xdotool hacksaw
set -euo pipefail
IFS=$' '
shopt -s lastpipe
# hacksaw to get coords, this needs lastpipe
hacksaw -c "#5511bb" -f "%w %h %x %y" | read -r W H X Y
#echo "$X $Y $W $H"