From ca25fa57e8ce6b6575c610cef8a88b65369cd3bd Mon Sep 17 00:00:00 2001 From: G34RZ Date: Sun, 20 Apr 2025 19:08:42 -0700 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d66c758..3798ded 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,20 @@ 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 -### Make Source Linux +### Arch Linux +#### Build and install the package after downloading and cd into dir ```bash -# Build and install the package makepkg -si -``` ## Usage Launch the application from your desktop environment's application menu or run: