mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-09 19:11:15 +02:00
record: fixed notifications
This commit is contained in:
@@ -6,5 +6,5 @@ audio="$(pactl get-default-sink).monitor"
|
||||
format="mp4"
|
||||
output="$HOME/downloads/recording-$(date '+%Y-%m-%d_%H-%M-%S').$format"
|
||||
|
||||
gpu-screen-recorder -w $window -c "mp4" -f $fps -a $audio -o $output
|
||||
gpu-screen-recorder -w $window -c "mp4" -f $fps -a $audio -o $output &
|
||||
notify-send 'Screen record' 'Recording started'
|
||||
|
Reference in New Issue
Block a user