3 lines
135 B
Bash
Executable file
3 lines
135 B
Bash
Executable file
#!/usr/bin/bash
|
|
grim -g "$(slurp)" -o $HOME/.config/screenshots/ - | wl-copy -t image/png
|
|
notify-send "Screenshot copied to clipboard"
|