diff options
| author | joe <rbo@gmx.us> | 2025-10-29 18:05:51 +0100 | 
|---|---|---|
| committer | joe <rbo@gmx.us> | 2025-10-29 18:05:51 +0100 | 
| commit | 8450e4cfe3c83af2f10952bb562ab04ff81d55c2 (patch) | |
| tree | ef846847a4ed11aea7b1ab01aba1967cfc2b1d16 /.local/bin/dmscrot | |
| parent | up (diff) | |
| download | dotfiles-bsd-8450e4cfe3c83af2f10952bb562ab04ff81d55c2.tar.gz dotfiles-bsd-8450e4cfe3c83af2f10952bb562ab04ff81d55c2.tar.bz2 dotfiles-bsd-8450e4cfe3c83af2f10952bb562ab04ff81d55c2.tar.xz dotfiles-bsd-8450e4cfe3c83af2f10952bb562ab04ff81d55c2.tar.zst dotfiles-bsd-8450e4cfe3c83af2f10952bb562ab04ff81d55c2.zip | |
up
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; | 
