zsh: Use wayland in vapoursynth docker function
This commit is contained in:
parent
f59788caba
commit
f86134dab9
|
@ -70,9 +70,11 @@ function vapoursynth() {
|
|||
docker run \
|
||||
--rm \
|
||||
-it \
|
||||
-e DISPLAY \
|
||||
-e WAYLAND_DISPLAY \
|
||||
-e QT_QPA_PLATFORM \
|
||||
-e XDG_RUNTIME_DIR \
|
||||
-u $(id -u) \
|
||||
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||
-v ${XDG_RUNTIME_DIR}/${WAYLAND_DISPLAY}:${XDG_RUNTIME_DIR}/${WAYLAND_DISPLAY} \
|
||||
-v "$HOME/.config/:/home/vapoursynth/.config/" \
|
||||
-v "$PWD:/data/" \
|
||||
-w /data/ \
|
||||
|
|
Reference in a new issue