Files
cheatsheet-tldr/tldr/linux/waypipe
2024-03-09 00:12:32 +00:00

18 lines
456 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`