aboutsummaryrefslogtreecommitdiff
path: root/scripts/record-application-name.sh
blob: da8b2624a5b0215a06abcc3dcb070b177a5c4e51 (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 "$window" -f 60 -a "$(pactl get-default-sink).monitor" -o "$HOME/Videos/recording/$window_name/$(date +"Video_%Y-%m-%d_%H-%M-%S.mp4")"