wlopm/wlopm.1

88 lines
1.3 KiB
Groff

.TH WLOPM 1 2021-07-17 "git.sr.ht/~leon_plickat/wlopm" "General Commands Manual"
.
.SH NAME
.P
wlopm \- Wayland output power management
.
.
.SH SYNOPSIS
.SY wlopm
.OP \-j
.OP \-\-json
.OP \-\-on output-name
.OP \-\-off output-name
.OP \-\-toggle output-name
.YS
.
.SY wlopm
.OP \-h
.OP \-\-help
.SY
.
.SY wlopm
.OP \-v
.OP \-\-version
.SY
.
.
.SH DESCRIPTION
.P
wlopm is a simple client implementing \fBzwlr-output-power-management-v1\fR.
.P
If no operations are defined, wlopm will list all outputs and their current
power modes.
.
.
.SH OPTIONS
.P
\fB-h\fR, \fB--help\fR
.RS
Print help and exit.
.RE
.
.P
\fB-v\fR, \fB--version\fR
.RS
Print version and exit.
.RE
.
.P
\fB-j\fR, \fB--json\fR
.RS
Enable JSON formatting for listing outputs and errors encountered while trying
to set their power modes.
.RE
.
.P
\fB--on\fR \fIoutput-name\fR
.RS
Set the power mode of the output to on.
.RE
.
.P
\fB--off\fR \fIoutput-name\fR
.RS
Set the power mode of the output to off.
.RE
.
.P
\fB--toggle\fR \fIoutput-name\fR
.RS
Toggle the power mode of the output
.RE
.
.
.SH OUTPUT NAMES
.P
Output names are compositor dependent.
.P
If instead of an output name \fB*\fR is given as parameter to an operation,
wlopm will do the operation for all discovered outputs.
.
.
.SH AUTHOR
.P
.MT leonhenrik.plickat@stud.uni-goettingen.de
Leon Henrik Plickat
.ME