Fixed typo in mlvwm-screenshot script, causing it to fail to execute if passed parameters. Issue #3

This commit is contained in:
Morgan Aldridge 2023-08-16 23:03:41 -04:00
parent 020215b765
commit 7a528f1bb5
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@
SCREENSHOT_DIR=${SCREENSHOT_DIR:-$HOME/Pictures}
maim "$@""${SCREENSHOT_DIR}/screenshot-$(date +%Y%m%d-%H%M%S).png"
maim "$@" "${SCREENSHOT_DIR}/screenshot-$(date +%Y%m%d-%H%M%S).png"