aboutsummaryrefslogtreecommitdiff
path: root/scripts/save-replay.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/save-replay.sh')
-rwxr-xr-xscripts/save-replay.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/save-replay.sh b/scripts/save-replay.sh
index eac9141..f9390aa 100755
--- a/scripts/save-replay.sh
+++ b/scripts/save-replay.sh
@@ -1,4 +1,3 @@
#!/bin/sh -e
-killall -SIGUSR1 gpu-screen-recorder
-notify-send -t 5000 -u low -- "GPU Screen Recorder" "Replay saved"
+killall -SIGUSR1 gpu-screen-recorder && sleep 0.5 && notify-send -t 1500 -u low -- "GPU Screen Recorder" "Replay saved"