mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +00:00
change discord-stream alias
This commit is contained in:
parent
c3562827d3
commit
96b3aeed56
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ alias \
|
||||||
c_buildkit="COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1" \
|
c_buildkit="COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1" \
|
||||||
ytv="youtube-dl -f bestvideo" \
|
ytv="youtube-dl -f bestvideo" \
|
||||||
smpv="mpv --profile=svp --script-opts=socketPath=/tmp/mpvsocket " \
|
smpv="mpv --profile=svp --script-opts=socketPath=/tmp/mpvsocket " \
|
||||||
discord-stream="doas modprobe v4l2loopback video_nr=15; nohup ffmpeg -f x11grab -r 30 -s 1920x1080 -i :0+1440,0 -pix_fmt yuv420p -f v4l2 /dev/video15&; disown" \
|
discord-stream="doas modprobe v4l2loopback video_nr=15;nohup ffmpeg -hide_banner -loglevel error -f x11grab -r 30 -s 1920x1080 -i :0+1440,0 -pix_fmt yuv420p -f v4l2 /dev/video15&; disown" \
|
||||||
vim="nvim"
|
vim="nvim"
|
||||||
|
|
Loading…
Add table
Reference in a new issue