summaryrefslogtreecommitdiff
path: root/private_dot_local/bin/executable_sway-shot-window-or-selection
blob: 404764ea76cd5c6dc8f231ab11fd95bfdbfc6e9a (plain)
1
2
3
4
5
#!/bin/sh

geom=$(swaymsg -t get_tree | jq -r '.. | select(.pid? and .visible?) | .rect | "\(.x),\(.y) \(.width)x\(.height)"' | slurp -b 303030AA -B 303030AA)
file=$(date "+$HOME/multimedia/screenshots/%Y%m%d-%H%M%S.png")
grim -g "$geom" - | tee $file | wl-copy