diff --git a/screenshot.sh b/screenshot.sh index f6c3d7e..e5f775a 100755 --- a/screenshot.sh +++ b/screenshot.sh @@ -1,8 +1,6 @@ #!/bin/sh # Simple screenshot script with selection. - 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 +maim --select --hidecursor | tee "$filepath" | xclip -selection clipboard -target image/png notify-send "screenshot.sh" "Screenshot saved to: $filepath"