From 7fa09fa52f180192979344329c06ca6436213273 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 5 May 2025 13:36:01 +1000 Subject: feat: print scheme command Generates and prints a scheme for an image (or the current wallpaper if not given) Also record use hevc codec --- record.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'record.fish') 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 -- cgit v1.2.3-freya