mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-23 08:26:49 +01:00
5 lines
215 B
Bash
5 lines
215 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
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
|