Linux command
waypipe 命令
网络
需要网络或远程资源。
常用示例
Example
waypipe ssh [user]@[server] [program]
Example
waypipe ssh [user]@[server]
Example
waypipe --test-skip-vulkan ssh [user]@[server] [program]
Example
waypipe -h
说明
waypipe runs graphical Wayland applications remotely and displays them locally, similar to X11 forwarding but for Wayland compositors. It handles the Wayland protocol over SSH. The tool creates a transparent tunnel that makes remote applications appear as native local windows.
参数
- --test-skip-vulkan
- Skip testing for Vulkan support
- -h, --help
- Display help information
FAQ
What is the waypipe command used for?
waypipe runs graphical Wayland applications remotely and displays them locally, similar to X11 forwarding but for Wayland compositors. It handles the Wayland protocol over SSH. The tool creates a transparent tunnel that makes remote applications appear as native local windows.
How do I run a basic waypipe example?
Run `waypipe ssh [user]@[server] [program]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --test-skip-vulkan do in waypipe?
Skip testing for Vulkan support