mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 02:06:02 +02:00
20 lines
510 B
Markdown
20 lines
510 B
Markdown
# waypipe
|
|
|
|
> Remotely run graphical applications under a Wayland compositor.
|
|
> More information: <https://gitlab.freedesktop.org/mstoeckl/waypipe>.
|
|
|
|
- Run a graphical program remotely and display it locally:
|
|
|
|
`waypipe ssh {{user}}@{{server}} {{program}}`
|
|
|
|
- Open an SSH tunnel to run any program remotely and display it locally:
|
|
|
|
`waypipe ssh {{user}}@{{server}}`
|
|
|
|
- Skip testing for Vulkan support:
|
|
|
|
`waypipe --test-skip-vulkan ssh {{user}}@{{server}} {{program}}`
|
|
|
|
- Display help:
|
|
|
|
`waypipe {{[-h|--help]}}`
|