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 -s
30 Allow VT switching
31
32 -v
33 Show the version number and exit.
34
36 DISPLAY
37 If compiled with Xwayland support, this will be set to the name of
38 the X display used for Xwayland. Otherwise, probe the X11 backend.
39
40 WAYLAND_DISPLAY
41 Specifies the name of the Wayland display that Cage is running on.
42
43 XCURSOR_PATH
44 Directory where cursors are located.
45
46 XCURSOR_SIZE
47 Specifies the configured cursor size.
48
49 XCURSOR_THEME
50 Specifies the configured cursor theme.
51
52 XKB_DEFAULT_RULES, XKB_DEFAULT_MODEL, XKB_DEFAULT_LAYOUT, XKB_DE‐
53 FAULT_VARIANT, XKB_DEFAULT_OPTIONS
54 Configures the xkb keyboard settings. See xkeyboard-config(7).
55
57 xkeyboard-config(7)
58
60 Report bugs at https://github.com/Hjdskes/cage
61
63 Jente Hidskes <dev@hjdskes.nl>
64
65
66
67 2023-08-26 cage(1)