diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-26 13:18:11 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-26 13:18:11 +0200 | 
| commit | 0e5e622952fe51588f1537e621c63cbe4a91c136 (patch) | |
| tree | 33340f5d0b790115b5c34558b815e9d00f42a15b /bin/guiscripts/vrec | |
| parent | 4be9d55ad63853dd1562ab4f0537b0b403aa9ca5 (diff) | |
checkpoint
Diffstat (limited to 'bin/guiscripts/vrec')
| -rwxr-xr-x | bin/guiscripts/vrec | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guiscripts/vrec b/bin/guiscripts/vrec index f01a5c7..a383f33 100755 --- a/bin/guiscripts/vrec +++ b/bin/guiscripts/vrec @@ -29,7 +29,7 @@ record_cmd()  		touch "$lock"  	fi -	herbe "started recording." & +	herbe "started recording." # use notification to know when recording started  	w=$(($3 + $3 % 2))  	h=$(($4 + $4 % 2))  	ffmpeg $audio        \  | 
