From a54f0a82f7286d82e295debacc6fb49b18ef8f4e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 8 Jul 2025 03:58:17 +0200 Subject: [PATCH] commands/ffmpeg,tmux --- sh/ffmpeg.sh | 6 +++++- sh/tmux.sh | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sh/ffmpeg.sh b/sh/ffmpeg.sh index c32ad06..529d6ba 100644 --- a/sh/ffmpeg.sh +++ b/sh/ffmpeg.sh @@ -1,8 +1,12 @@ +# ╭────────╮ +# │ ffmpeg │ +# ╰────────╯ + # ╭────────┬─────────┬───────╮ # │ ffmpeg │ devices │ reset │ # ╰────────┴─────────┴───────╯ -_rwx_cmd_rwx_ffmpeg_devices_reset() { rwx_ffmpeg_devices_reset "${@}"; } +#/ rwx_ffmpeg_devices_reset rwx_ffmpeg_devices_reset() { local module="uvcvideo" modprobe --remove "${module}" && diff --git a/sh/tmux.sh b/sh/tmux.sh index 9213e01..bd72c21 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -36,7 +36,7 @@ rwx_tmux_list() { # │ tmux │ setup │ # ╰──────┴───────╯ -_rwx_cmd_rwx_tmux_setup() { rwx_tmux_setup "${@}"; } +#/ rwx_tmux_setup rwx_tmux_setup() { local file script if rwx_root; then