nixos/modules/scripts/screenshot.bash

6 lines
215 B
Bash
Raw Normal View History

2026-01-20 23:45:33 +01:00
#!/usr/bin/env bash
2026-01-22 23:12:42 +01:00
set -euo pipefail
2026-01-20 23:45:33 +01:00
AREA=$(slurp -d)
grim -t ppm -g "$AREA" - | satty -f - --initial-tool=arrow --early-exit --copy-command="wl-copy" --action-on-enter="save-to-clipboard" --disable-notifications