1cage(1) General Commands Manual cage(1)
2
3
4
6 cage - a Wayland kiosk compositor
7
9 cage [-dhmrsv] [--] application [application argument ...]
10
12 Cage runs a single, maximized application. Cage can run multiple appli‐
13 cations, but only a single one is visible at any point in time. User
14 interaction and activities outside the scope of the running application
15 are prevented.
16
18 -d
19 Don't draw client side decorations when possible.
20
21 -h
22 Show the help message.
23
24 -m <mode>
25 Set the multi-monitor behavior. Supported modes are: last Cage uses
26 only the last connected monitor. extend Cage extends the display
27 across all connected monitors.
28
29 -r
30 Rotate the output 90 degrees clockwise. This can be specified up to
31 three times, each resulting in an additional 90 degrees clockwise
32 rotation.
33
34 -s
35 Allow VT switching
36
37 -v
38 Show the version number and exit.
39
41 DISPLAY
42 If compiled with Xwayland support, this will be set to the name of
43 the X display used for Xwayland. Otherwise, probe the X11 backend.
44
45 WAYLAND_DISPLAY
46 Specifies the name of the Wayland display that Cage is running on.
47
48 XCURSOR_PATH
49 Directory where cursors are located.
50
51 XCURSOR_SIZE
52 Specifies the configured cursor size.
53
54 XCURSOR_THEME
55 Specifies the configured cursor theme.
56
57 XKB_DEFAULT_RULES, XKB_DEFAULT_MODEL, XKB_DEFAULT_LAYOUT, XKB_DE‐
58 FAULT_VARIANT, XKB_DEFAULT_OPTIONS
59 Configures the xkb keyboard settings. See xkeyboard-config(7).
60
62 xkeyboard-config(7)
63
65 Report bugs at https://github.com/Hjdskes/cage
66
68 Jente Hidskes <dev@hjdskes.nl>
69
70
71
72 2022-07-20 cage(1)