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

cage — Open an applications in a kiosk mode. See also: `gamescope`. More information: <https://github.com/c

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

Problem

How to use the cage command: Open an applications in a kiosk mode. See also: gamescope. More information: <https://github.com/cage-kiosk/cage/blob/master/cage.1.scd>.

Solution

cage — Open an applications in a kiosk mode. See also: gamescope. More information: <https://github.com/cage-kiosk/cage/blob/master/cage.1.scd>.

Run an application:
cage {{application}}


Give the application arguments:
cage -- {{application}} {{arguments}}


Hide window [d]ecorations (this can lock you from accessing the terminal):
cage -d {{application}}


Allow [s]witching terminals with <Ctrl Alt F2>:
cage -s {{application}}


Display help:
cage -h

Code Snippets

Run an application

cage {{application}}

Give the application arguments

cage -- {{application}} {{arguments}}

Hide window [d]ecorations (this can lock you from accessing the terminal)

cage -d {{application}}

Allow [s]witching terminals with `<Ctrl Alt F2>`

cage -s {{application}}

Display help

cage -h

Context

tldr-pages: linux/cage

Revisions (0)

No revisions yet.