Fix systemd service file

This commit is contained in:
dec05eba
2024-09-05 23:39:17 +02:00
parent cb782763f0
commit 239f2010f5
14 changed files with 21 additions and 22 deletions

View File

@@ -3,4 +3,4 @@
pidof -q gpu-screen-recorder && exit 1
video_path="$HOME/Videos"
mkdir -p "$video_path"
gpu-screen-recorder -w screen -f 60 -a "$(pactl get-default-sink).monitor" -c mkv -r 30 -o "$video_path"
gpu-screen-recorder -w screen -f 60 -a default_output -c mkv -r 30 -o "$video_path"