wlopm/wlopm.1

77 lines
1.2 KiB
Groff
Raw Normal View History

2021-07-17 15:39:06 +02:00
.TH WLOPM 1 2021-07-17 "git.sr.ht/~leon_plickat/wlopm" "General Commands Manual"
.
2021-06-14 23:35:52 +02:00
.SH NAME
2021-07-17 15:39:06 +02:00
.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
.
.
2021-06-14 23:35:52 +02:00
.SH DESCRIPTION
2021-07-17 15:39:06 +02:00
.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
2021-07-17 15:39:06 +02:00
.RS
Print help and exit.
2021-06-14 23:35:52 +02:00
.RE
2021-07-17 15:39:06 +02:00
.
.P
\fB-j\fR, \fB--json\fR
2021-07-17 15:39:06 +02:00
.RS
Enable JSON formatting for listing outputs and errors encountered while trying
to set their power modes.
2021-06-15 13:48:55 +02:00
.RE
2021-07-17 15:39:06 +02:00
.
2021-06-14 23:35:52 +02:00
.P
2021-07-17 15:39:06 +02:00
\fB--on\fR \fIoutput-name\fR
.RS
Set the power mode of the output to on.
2021-06-14 23:35:52 +02:00
.RE
2021-07-17 15:39:06 +02:00
.
2021-06-14 23:35:52 +02:00
.P
2021-07-17 15:39:06 +02:00
\fB--off\fR \fIoutput-name\fR
.RS
Set the power mode of the output to off.
2021-06-14 23:35:52 +02:00
.RE
2021-07-17 15:39:06 +02:00
.
2021-06-15 01:47:49 +02:00
.P
2021-07-17 15:39:06 +02:00
\fB--toggle\fR \fIoutput-name\fR
.RS
Toggle the power mode of the output
2021-06-15 01:47:49 +02:00
.RE
2021-07-17 15:39:06 +02:00
.
.
.SH OUTPUT NAMES
2021-07-17 15:41:59 +02:00
.P
Output names are compositor dependand.
.P
2021-07-17 15:41:59 +02:00
If instead of an output name \fB*\fR is given as parameter to an operation,
wlopm will do the operation for all discovered outputs.
.
.
2021-06-14 23:35:52 +02:00
.SH AUTHOR
2021-07-17 15:39:06 +02:00
.P
.MT leonhenrik.plickat@stud.uni-goettingen.de
2021-06-14 23:35:52 +02:00
Leon Henrik Plickat
2021-07-17 15:39:06 +02:00
.ME