mirror of
https://git.sr.ht/~leon_plickat/wlopm
synced 2024-11-16 02:18:25 +01:00
54 lines
934 B
Groff
54 lines
934 B
Groff
.TH wlopm 1 2021-03-17 wlopm-0.0.1
|
|
|
|
.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.
|
|
|
|
.SH USAGE
|
|
\fB-h\fR, \fB--help\fR
|
|
.RS 4
|
|
Print help and exit.
|
|
.P
|
|
.RE
|
|
|
|
\fB-j\fR, \fB--json\fR
|
|
.RS 4
|
|
Enable JSON formatting for listing outputs and errors encountered while trying
|
|
to set their power modes.
|
|
.P
|
|
.RE
|
|
|
|
\fB--on\fR <output-name>
|
|
.RS 4
|
|
Set the power mode of the output to on.
|
|
.P
|
|
.RE
|
|
|
|
\fB--off\fR <output-name>
|
|
.RS 4
|
|
Set the power mode of the output to off.
|
|
.P
|
|
.RE
|
|
|
|
\fB--toggle\fR <output-name>
|
|
.RS 4
|
|
Toggle the power mode of the output.
|
|
.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.
|
|
|
|
|
|
.SH AUTHOR
|
|
Leon Henrik Plickat
|
|
|