From cc45224f9ca69c557314779f8e68b4fd854b7625 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 27 Feb 2023 01:38:16 -0600 Subject: [PATCH] refactor(hypr): rename screen-cap inner function --- dots/.config/hypr/scripts/screen-cap.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/.config/hypr/scripts/screen-cap.bash b/dots/.config/hypr/scripts/screen-cap.bash index 60665c9d..33053891 100755 --- a/dots/.config/hypr/scripts/screen-cap.bash +++ b/dots/.config/hypr/scripts/screen-cap.bash @@ -7,7 +7,7 @@ # # Some of this is hacky because I can't get wf-recorder to nicely output GIFs by itself :( -mk-gif() { +mk-mp4() { local program_name="Screen Capture" local pid_file="/tmp/mk-gif-pid" @@ -37,4 +37,4 @@ mk-gif() { fi } -mk-gif +mk-mp4