better comment in screenshot.sh
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user