aboutsummaryrefslogtreecommitdiff
path: root/scripts/record-application-name.sh
blob: 723d0676a8ba228e91552263fc6db48e1712d056 (plain)
1
2
3
4
5
#!/bin/sh

window=$(xdotool selectwindow)
window_name=$(xdotool getwindowclassname "$window" || xdotool getwindowname "$window" || echo "game")
gpu-screen-recorder -w screen -f 60 -a "$(pactl get-default-sink).monitor" -o "$HOME/Videos/recording/$window_name/$(date +"Video_%Y-%m-%d_%H-%M-%S.mp4")"