diff options
Diffstat (limited to '')
| -rwxr-xr-x | .local/bin/dmscrot | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/.local/bin/dmscrot b/.local/bin/dmscrot index 2746cd7..b23d886 100755 --- a/.local/bin/dmscrot +++ b/.local/bin/dmscrot @@ -40,8 +40,7 @@ sub notify_img  	if (not $pid) {  		system(  			NOTIFY_PATH, -			'  screenshot captured to ' . "\n" . -			$file +			'screenshot captured to ' . "\n" . $file  		);  	}  	return; | 
