mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
3 lines
196 B
Bash
3 lines
196 B
Bash
#!/usr/bin/env bash
|
|
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
|