diff --git a/lib/capture_exec.js b/lib/capture_exec.js index d1adb75..94c20f2 100644 --- a/lib/capture_exec.js +++ b/lib/capture_exec.js @@ -13,7 +13,7 @@ function captureCommand (path) { case 'freebsd': return 'scrot -s ' + path case 'darwin': - return 'screencapture -i ' + path + return 'screencapture -S -x ' + path case 'linux': return 'import ' + path default: