From 33926c0c7d3c1ba61e946cff6a623d526a031e0f Mon Sep 17 00:00:00 2001 From: G34RZ Date: Sun, 20 Apr 2025 19:10:38 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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