HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

waypipe — Remotely run graphical applications under a Wayland compositor. More information: <https://manned.or

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandrungraphicalremotelyunderwaypipecliapplications
linux

Problem

How to use the waypipe command: Remotely run graphical applications under a Wayland compositor. More information: <https://manned.org/waypipe>.

Solution

waypipe — Remotely run graphical applications under a Wayland compositor. More information: <https://manned.org/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]}}

Code Snippets

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]}}

Context

tldr-pages: linux/waypipe

Revisions (0)

No revisions yet.