Tlp

From wikinotes
Revision as of 00:29, 12 November 2020 by Will (talk | contribs) (Created page with "tlp helps control/reduce your power consumption. = Documentation = <blockquote> {| class="wikitable" |- | official docs || https://linrunner.de/tlp/ |- |} </blockquote><!-- D...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

tlp helps control/reduce your power consumption.

Documentation

official docs https://linrunner.de/tlp/

Install

# tlp manages regular resources (cpu, memory, wifi, lan, ...)
sudo pacman -S tlp
sudo systemctl enable tlp
sudo systemctl start tlp

# tlp-rdw (optional) provides hooks for you to disable radio items
# (for example, you may want to disable wifi if laptop docked)
sudo pacman -S tlp-rdw

Configuration