mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-30 11:10:50 -04:00
cage: allow setting output mode
This commit is contained in:
parent
72f6c0bae3
commit
bd961db6f5
2 changed files with 24 additions and 12 deletions
|
|
@ -6,7 +6,7 @@ cage - a Wayland kiosk compsitor
|
|||
|
||||
# SYNOPSIS
|
||||
|
||||
*cage* [-dhrv] [--] _application_ [application argument ...]
|
||||
*cage* [-dhmrv] [--] _application_ [application argument ...]
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
|
|
@ -22,6 +22,11 @@ activities outside the scope of the running application are prevented.
|
|||
*-h*
|
||||
Show the help message.
|
||||
|
||||
*-m* <mode>
|
||||
Set the multi-monitor behaviour. Supported modes are:
|
||||
*last* Cage uses only the last connected monitor.
|
||||
*extend* Cage extends the display across all connected monitors.
|
||||
|
||||
*-r*
|
||||
Rotate the output 90 degrees clockwise. This can be specifed up to three
|
||||
times, each resulting in an additional 90 degrees clockwise rotation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue