2024-03-08 16:01:32 +02:00
|
|
|
# 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}}`
|
2025-02-09 09:17:42 +02:00
|
|
|
|
|
|
|
- Skip testing for Vulkan support:
|
|
|
|
|
|
|
|
`waypipe --test-skip-vulkan ssh {{user}}@{{server}} {{program}}`
|
2025-03-26 00:36:41 +02:00
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`waypipe {{[-h|--help]}}`
|