diff --git a/README.md b/README.md index 1f86966..e322c7b 100644 --- a/README.md +++ b/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