nix-config/home-manager/dotfiles/sway/screen_and_copy.sh

8 lines
175 B
Bash
Raw Normal View History

2024-10-22 10:54:12 +02:00
if [[ "$1" = "area" ]]; then
SCREENPATH=$(grimshot save area)
elif [ "$1" = "output" ]; then
SCREENPATH=$(grimshot save output)
fi
cat $SCREENPATH | wl-copy -t image/png