5 lines
130 B
Plaintext
5 lines
130 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
grim -g "$(slurp)" - | wl-copy
|
||
|
notify-send "Screenshot saved to clipboard" \
|
||
|
-a grim -c screenshot -u low
|