mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-07 15:19:55 +09:00
exit 0 instead of exit 1
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# if it's already recording. This script can be bound to a single hotkey
|
||||
# to start/stop recording with a single hotkey.
|
||||
|
||||
killall -SIGINT -q gpu-screen-recorder && exit 1
|
||||
killall -SIGINT -q gpu-screen-recorder && exit 0
|
||||
video="$HOME/Videos/$(date +"Video_%Y-%m-%d_%H-%M-%S.mp4")"
|
||||
gpu-screen-recorder -w screen -f 60 -a default_output -o "$video"
|
||||
notify-send -t 2000 -u low "GPU Screen Recorder" "Video saved to $video"
|
||||
|
||||
Reference in New Issue
Block a user