4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
|
#!/usr/bin/bash
|
||
|
grim -g "$(slurp)" - | wl-copy -t image/png
|
||
|
notify-send "Screenshot copied to clipboard"
|