mirror of
https://github.com/morgant/mlvwmrc.git
synced 2025-08-05 08:24:21 +00:00
Fixed typo in mlvwm-screenshot script, causing it to fail to execute if passed parameters. Issue #3
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user