Files
utility_scripts/screenshot.sh
2023-06-25 00:51:45 +01:00

6 lines
272 B
Bash
Executable File

#!/bin/sh
# Simple screenshot script with selection.
maim --select --hidecursor |
tee /home/andrew/media/images/screenshots/"$(date +%s)".png | xclip -selection clipboard -target image/png