From 15557de23930c14f622e4fc3bc083d9ed2363d41 Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 6 Nov 2019 00:05:29 +0000 Subject: [PATCH] docs: update Archguide --- Archguide.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Archguide.md b/Archguide.md index 7388c03..080518a 100644 --- a/Archguide.md +++ b/Archguide.md @@ -2,7 +2,7 @@ title: Arch Linux Install guide description: published: true -date: 2019-11-06T00:04:52.555Z +date: 2019-11-06T00:05:28.474Z tags: --- @@ -202,6 +202,8 @@ Change to high quality audio profile to not **instantly die** upon music playbac ## Battery life is nonexistent The TLP daemon tunes tunables inside the heavily tunable Linux kernel so you have a semblance of battery life. +You can also install it in normal desktops and it makes some difference in wall power draw. + Install `tlp` and enable it, which is quirky. ``` @@ -209,7 +211,6 @@ systemctl enable --now tlp tlp-sleep systemctl mask systemd-rfkill.socket ``` -You can technically also install it in normal desktops and it makes some difference in wall power draw. ## NVIDIA Optimus Install `nvidia` and `nvidia-utils` as normal.