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