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

pm-powersave - Put your computer into low power mode

Author

MichaelBiebl <biebl@debian.org>
           Manpage author.

Description

       This manual page documents briefly the pm-powersave command.

       pm-powersave can be used to set your system into low power mode.

Files

       /etc/pm/power.d/, /usr/lib/pm-utils/power.d/
           When you run pm-powersave it combines the scripts in these two directories and executes them in
           sorted order. If both directories contain a script with the same name, the one in /etc/pm/power.d/
           has a higher precedence and only this one will be executed.

           Therefore to disable a script from /usr/lib/pm-utils/power.d/ simply create an empty file in
           /etc/pm/power.d/ with the same name and without the executable bit set.

Name

       pm-powersave - Put your computer into low power mode

Options

true
           Put the computer into low power mode to reduce energy consumption and extend your laptop's battery
           life.

       false
           Turn off low power mode.

See Also

pm-suspend(8), pm-hibernate(8)

Synopsis

pm-powersave [{true | false}]

See Also