5 lines
124 B
Bash
Executable file
5 lines
124 B
Bash
Executable file
#!/usr/bin/env bash
|
|
grim - | wl-copy
|
|
notify-send "Screenshot saved to clipboard" \
|
|
-a grim -c screenshot -u low -t 3000
|