1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-16 07:26:51 +00:00

aliases update

This commit is contained in:
Luna 2021-02-24 18:28:23 +01:00
parent 4fd6d1a5d9
commit 13c4d1746a
No known key found for this signature in database
GPG key ID: DE9E9D23CD19A149

View file

@ -10,4 +10,6 @@ alias \
mkd="mkdir -pv" \
c_buildkit="COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1" \
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" \