commands/ffmpeg,tmux
This commit is contained in:
parent
6332717fa3
commit
a54f0a82f7
2 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,12 @@
|
||||||
|
# ╭────────╮
|
||||||
|
# │ ffmpeg │
|
||||||
|
# ╰────────╯
|
||||||
|
|
||||||
# ╭────────┬─────────┬───────╮
|
# ╭────────┬─────────┬───────╮
|
||||||
# │ ffmpeg │ devices │ reset │
|
# │ ffmpeg │ devices │ reset │
|
||||||
# ╰────────┴─────────┴───────╯
|
# ╰────────┴─────────┴───────╯
|
||||||
|
|
||||||
_rwx_cmd_rwx_ffmpeg_devices_reset() { rwx_ffmpeg_devices_reset "${@}"; }
|
#/ rwx_ffmpeg_devices_reset
|
||||||
rwx_ffmpeg_devices_reset() {
|
rwx_ffmpeg_devices_reset() {
|
||||||
local module="uvcvideo"
|
local module="uvcvideo"
|
||||||
modprobe --remove "${module}" &&
|
modprobe --remove "${module}" &&
|
||||||
|
|
|
@ -36,7 +36,7 @@ rwx_tmux_list() {
|
||||||
# │ tmux │ setup │
|
# │ tmux │ setup │
|
||||||
# ╰──────┴───────╯
|
# ╰──────┴───────╯
|
||||||
|
|
||||||
_rwx_cmd_rwx_tmux_setup() { rwx_tmux_setup "${@}"; }
|
#/ rwx_tmux_setup
|
||||||
rwx_tmux_setup() {
|
rwx_tmux_setup() {
|
||||||
local file script
|
local file script
|
||||||
if rwx_root; then
|
if rwx_root; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue