4 lines
149 B
Bash
Executable file
4 lines
149 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# takes a fullscreen screenshot and sends notification afterwards
|
|
grim - | wl-copy && notify-send "grim" "screenshot copied to clipboard"
|