cage: allow setting output mode

This commit is contained in:
Jente Hidskes 2020-05-31 16:20:59 +02:00
parent 72f6c0bae3
commit bd961db6f5
2 changed files with 24 additions and 12 deletions

View file

@ -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.