better comment in screenshot.sh

This commit is contained in:
2023-11-01 11:37:47 +00:00
parent 1e93ca38dc
commit 50fb226ea5

View File

@ -1,5 +1,5 @@
#!/bin/sh
# Simple screenshot script with selection.
# Simple screenshot script with selection using maim.
filepath="/home/andrew/media/images/screenshots/$(date +%Y-%m-%d\ %H:%M:%S).png"
maim --select --hidecursor | tee "$filepath" | xclip -selection clipboard -target image/png