Update README.md
This commit is contained in:
parent
626436cdd1
commit
33926c0c7d
10
README.md
10
README.md
|
@ -22,6 +22,16 @@ sudo systemctl enable com.system76.PowerDaemon.service
|
|||
sudo systemctl start 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue