Linux command
cage 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Run
cage application
Example
cage -- application arguments
Hide
cage -d application
Example
cage -s application
Example
cage -h
说明
cage is a Wayland kiosk compositor that runs a single application in fullscreen mode. It is designed for kiosk deployments, digital signage, or any situation where you want to run a single application without a full desktop environment.
参数
- -d
- Disable window decorations (can lock you out of terminal)
- -s
- Allow switching virtual terminals with Ctrl+Alt+F2, etc.
- -r
- Rotate the output (0, 90, 180, 270 degrees)
- -h
- Display help information
- -v
- Display version information
- --
- Separator for application arguments
FAQ
What is the cage command used for?
cage is a Wayland kiosk compositor that runs a single application in fullscreen mode. It is designed for kiosk deployments, digital signage, or any situation where you want to run a single application without a full desktop environment.
How do I run a basic cage example?
Run `cage application` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -d do in cage?
Disable window decorations (can lock you out of terminal)