diff options
Diffstat (limited to 'record.fish')
| -rwxr-xr-x | record.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/record.fish b/record.fish index e3860e3..244cece 100755 --- a/record.fish +++ b/record.fish @@ -91,7 +91,7 @@ else # No hardware accel set -q _flag_n && set -l hwaccel --no-hw - wl-screenrec $region $audio $hwaccel -f $recording_path & disown + wl-screenrec $region $audio $hwaccel --codec hevc -f $recording_path & disown notify-send 'Recording started' 'Recording...' -i 'video-x-generic' -a 'caelestia-record' -p > $notif_id_path end |