wlopm/wlopm.1

54 lines
934 B
Groff
Raw Normal View History

.TH wlopm 1 2021-03-17 wlopm-0.0.1
2021-06-14 23:35:52 +02:00
.SH NAME
wlopm - Wayland output power management
.SH DESCRIPTION
wlopm is a simple client implementing zwlr-output-power-management-v1. If no
operations are defined, wlopm will list all outputs and their current power
modes.
2021-06-14 23:35:52 +02:00
.SH USAGE
\fB-h\fR, \fB--help\fR
2021-06-14 23:35:52 +02:00
.RS 4
Print help and exit.
2021-06-14 23:35:52 +02:00
.P
.RE
\fB-j\fR, \fB--json\fR
2021-06-15 13:48:55 +02:00
.RS 4
Enable JSON formatting for listing outputs and errors encountered while trying
to set their power modes.
2021-06-15 13:48:55 +02:00
.P
.RE
\fB--on\fR <output-name>
2021-06-14 23:35:52 +02:00
.RS 4
Set the power mode of the output to on.
2021-06-14 23:35:52 +02:00
.P
.RE
\fB--off\fR <output-name>
2021-06-14 23:35:52 +02:00
.RS 4
Set the power mode of the output to off.
2021-06-14 23:35:52 +02:00
.P
.RE
\fB--toggle\fR <output-name>
2021-06-15 01:47:49 +02:00
.RS 4
Toggle the power mode of the output.
2021-06-15 01:47:49 +02:00
.P
.RE
.SH OUTPUT NAMES
Output names are compositor dependand.
.P
If instead of an output name * is given as parameter to an operation, wlopm will
do that operation for all discovered outputs.
2021-06-14 23:35:52 +02:00
.SH AUTHOR
Leon Henrik Plickat