diff --git a/bin/mlvwm-screenshot b/bin/mlvwm-screenshot index 2f9d6ce..869533a 100755 --- a/bin/mlvwm-screenshot +++ b/bin/mlvwm-screenshot @@ -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"