mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-09-13 10:40:04 +00:00
Update several guides
This commit is contained in:
parent
ce9413777b
commit
4e89803237
6 changed files with 97 additions and 44 deletions
|
@ -132,6 +132,16 @@ pacman -S power-profiles-daemon
|
|||
systemctl enable --now power-profiles-daemon
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
> Depending on where in the installation process you are, when setting this up,
|
||||
> your system might not yet have the `python-gobject` package, which is an
|
||||
> optional dependency of `power-profiles-daemon`. If you've already set up a
|
||||
> graphical environment, you will almost certainly have this pacakge brought in
|
||||
> by some other pakcage that has a hard-dependency on it, however, if you do
|
||||
> not, running `powerprofilesctl` will produce a `ModuleNotFound` python error.
|
||||
> If this happens to you, you can simply run `pacman -S --asdep
|
||||
> python-gobject`, to bring this package in.
|
||||
|
||||
### Setting power profile manually
|
||||
|
||||
To try things out, you can set the power profile manually, using
|
||||
|
@ -252,9 +262,6 @@ systemctl daemon-reload # make systemd aware of the new service
|
|||
systemctl enable --now power-profiles-monitor
|
||||
```
|
||||
|
||||
> [!TIP]
|
||||
> You may have noticed that the script
|
||||
|
||||
## TLP
|
||||
|
||||
> [!IMPORTANT]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue