From 239f2010f5b91117ecd485ac20c541a1e8ecd434 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 5 Sep 2024 23:39:17 +0200 Subject: Fix systemd service file --- scripts/record-save-application-name.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/record-save-application-name.sh') diff --git a/scripts/record-save-application-name.sh b/scripts/record-save-application-name.sh index 46c51f0..b814809 100755 --- a/scripts/record-save-application-name.sh +++ b/scripts/record-save-application-name.sh @@ -1,7 +1,7 @@ #!/bin/sh # This script should be passed to gpu-screen-recorder with the -sc option, for example: -# gpu-screen-recorder -w screen -f 60 -a "$(pactl get-default-sink).monitor" -r 60 -sc scripts/record-save-application-name.sh -c mp4 -o "$HOME/Videos" +# gpu-screen-recorder -w screen -f 60 -a default_output -r 60 -sc scripts/record-save-application-name.sh -c mp4 -o "$HOME/Videos" window=$(xdotool getwindowfocus) window_name=$(xdotool getwindowclassname "$window" || xdotool getwindowname "$window" || echo "Game") -- cgit v1.2.3