logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wlopm - Wayland output power management

Author

       Leon Henrik Plickat

git.sr.ht/~leon_plickat/wlopm                      2021-07-17                                           WLOPM(1)

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.

Name

       wlopm - Wayland output power management

Options

-h, --help
              Print help and exit.

       -v, --version
              Print version and exit.

       -j, --json
              Enable JSON formatting for listing outputs and errors encountered while trying to set their power
              modes.

       --onoutput-name
              Set the power mode of the output to on.

       --offoutput-name
              Set the power mode of the output to off.

       --toggleoutput-name
              Toggle the power mode of the output

Output Names

       Output names are compositor dependand.

       If instead of an output name * is given as parameter to an operation, wlopm will do the operation for all
       discovered outputs.

Synopsis

wlopm [-j] [--json] [--onoutput-name] [--offoutput-name] [--toggleoutput-name]

       wlopm [-h] [--help]

       wlopm [-v] [--version]

See Also