diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-09-05 23:39:17 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-09-05 23:39:17 +0200 |
commit | 239f2010f5b91117ecd485ac20c541a1e8ecd434 (patch) | |
tree | ee053a466bbe3499f0b7df17fd792d16ffb8a9de /scripts/start-recording.sh | |
parent | cb782763f03b146df43344992a82007ad616c8b9 (diff) |
Fix systemd service file
Diffstat (limited to 'scripts/start-recording.sh')
-rwxr-xr-x | scripts/start-recording.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/start-recording.sh b/scripts/start-recording.sh index 455065e..bf71d62 100755 --- a/scripts/start-recording.sh +++ b/scripts/start-recording.sh @@ -2,4 +2,4 @@ pidof -q gpu-screen-recorder && exit 1 video="$HOME/Videos/$(date +"Video_%Y-%m-%d_%H-%M-%S.mp4")" -gpu-screen-recorder -w screen -f 60 -a "$(pactl get-default-sink).monitor" -o "$video" +gpu-screen-recorder -w screen -f 60 -a default_output -o "$video" |