Update README.md

This commit is contained in:
G34RZ 2025-04-20 19:10:38 -07:00
parent 626436cdd1
commit 33926c0c7d
1 changed files with 10 additions and 0 deletions

View File

@ -22,6 +22,16 @@ sudo systemctl enable com.system76.PowerDaemon.service
sudo systemctl start com.system76.PowerDaemon.service sudo systemctl start com.system76.PowerDaemon.service
systemctl status com.system76.PowerDaemon.service systemctl status com.system76.PowerDaemon.service
``` ```
## Dependency Interference
- upower: uninstall or if needed mask using systemd otherwise system76-power will not work, therefore neither will this application. This can be replaced with https://gitea.dockservices.co/G34RZ/Lid-Power-Manger.git if you need what you lose from upower like lid hybernation.
## uninstall or mask upower
```bash
sudo pacman -R upower
```
```bash
sudo systemctl mask upower.service
```
## Installation ## Installation