Fix typo
This commit is contained in:
parent
3789eca326
commit
e7850cf06b
1 changed files with 5 additions and 5 deletions
|
@ -162,11 +162,11 @@ _podman_cli_args=(
|
||||||
_podman_desktop_args=(
|
_podman_desktop_args=(
|
||||||
--security-opt label=disable
|
--security-opt label=disable
|
||||||
--volume /tmp/.X11-unix/:/tmp/.X11-unix/
|
--volume /tmp/.X11-unix/:/tmp/.X11-unix/
|
||||||
-env DISPLAY=:0
|
--env DISPLAY=:0
|
||||||
-volume $XDG_RUNTIME_DIR:$XDG_RUNTIME_DIR
|
--volume $XDG_RUNTIME_DIR:$XDG_RUNTIME_DIR
|
||||||
-env XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR
|
--env XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR
|
||||||
-env XDG_SESSION_TYPE=wayland
|
--env XDG_SESSION_TYPE=wayland
|
||||||
-env MOZ_ENABLE_WAYLAND=1
|
--env MOZ_ENABLE_WAYLAND=1
|
||||||
--ipc host
|
--ipc host
|
||||||
)
|
)
|
||||||
alias prun="podman run ${_podman_cli_args[@]}"
|
alias prun="podman run ${_podman_cli_args[@]}"
|
||||||
|
|
Loading…
Reference in a new issue