mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
man: document -s and fix some typos
This commit is contained in:
parent
efb1121769
commit
1037adbab7
1 changed files with 7 additions and 4 deletions
11
cage.1.scd
11
cage.1.scd
|
|
@ -2,11 +2,11 @@ cage(1)
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
cage - a Wayland kiosk compsitor
|
cage - a Wayland kiosk compositor
|
||||||
|
|
||||||
# SYNOPSIS
|
# SYNOPSIS
|
||||||
|
|
||||||
*cage* [-dhmrv] [--] _application_ [application argument ...]
|
*cage* [-dhmrsv] [--] _application_ [application argument ...]
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
||||||
|
|
@ -23,14 +23,17 @@ activities outside the scope of the running application are prevented.
|
||||||
Show the help message.
|
Show the help message.
|
||||||
|
|
||||||
*-m* <mode>
|
*-m* <mode>
|
||||||
Set the multi-monitor behaviour. Supported modes are:
|
Set the multi-monitor behavior. Supported modes are:
|
||||||
*last* Cage uses only the last connected monitor.
|
*last* Cage uses only the last connected monitor.
|
||||||
*extend* Cage extends the display across all connected monitors.
|
*extend* Cage extends the display across all connected monitors.
|
||||||
|
|
||||||
*-r*
|
*-r*
|
||||||
Rotate the output 90 degrees clockwise. This can be specifed up to three
|
Rotate the output 90 degrees clockwise. This can be specified up to three
|
||||||
times, each resulting in an additional 90 degrees clockwise rotation.
|
times, each resulting in an additional 90 degrees clockwise rotation.
|
||||||
|
|
||||||
|
*-s*
|
||||||
|
Allow VT switching
|
||||||
|
|
||||||
*-v*
|
*-v*
|
||||||
Show the version number and exit.
|
Show the version number and exit.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue