3 lines
102 B
Bash
Executable file
3 lines
102 B
Bash
Executable file
#!/bin/bash
|
|
|
|
grim -o DSI-1 ~/Pictures/$(date +%Y%m%d_%H%M%S).png && notify-send "screenshot captured"
|