diff --git a/screenshot.sh b/screenshot.sh index e5f775a..3db30d0 100755 --- a/screenshot.sh +++ b/screenshot.sh @@ -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