From 1f1ec22714238af9bf9d4fe84cc8786a332b6b9d Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:01:32 +0200 Subject: [PATCH] waypipe: add page (#12476) * waypipe: add page --------- Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> --- pages/linux/waypipe.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/waypipe.md diff --git a/pages/linux/waypipe.md b/pages/linux/waypipe.md new file mode 100644 index 0000000000..a93f016699 --- /dev/null +++ b/pages/linux/waypipe.md @@ -0,0 +1,12 @@ +# waypipe + +> Remotely run graphical applications under a Wayland compositor. +> More information: . + +- 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}}`