diff options
-rwxr-xr-x | sh/reco | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -19,7 +19,9 @@ if [ -e "$infofile" ]; then rm "$tmpfile" "$infofile" else tmpfile="$tmpdir/$(time-uuid).mkv" - notify-send 'prepare recording' + notify-send 'start recording after 1 second' + sleep 1 + dunstctl close # arch wiki way, no audio, less cpu use during capturing (fast?), large file size, need convert afterward case "$1" in # fullscreen |