refactor(hypr): rename screen-cap inner function

This commit is contained in:
Price Hiller 2023-02-27 01:38:16 -06:00
parent 4e92258828
commit cc45224f9c
No known key found for this signature in database

View File

@ -7,7 +7,7 @@
# #
# Some of this is hacky because I can't get wf-recorder to nicely output GIFs by itself :( # 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 program_name="Screen Capture"
local pid_file="/tmp/mk-gif-pid" local pid_file="/tmp/mk-gif-pid"
@ -37,4 +37,4 @@ mk-gif() {
fi fi
} }
mk-gif mk-mp4