Update README.md

This commit is contained in:
G34RZ 2025-04-20 19:08:42 -07:00
parent f967c1ba97
commit ca25fa57e8
1 changed files with 10 additions and 3 deletions

View File

@ -26,13 +26,20 @@ systemctl status com.system76.PowerDaemon.service
## Dependency Interference ## 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. - 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
### Make Source Linux ### Arch Linux
#### Build and install the package after downloading and cd into dir
```bash ```bash
# Build and install the package
makepkg -si makepkg -si
```
## Usage ## Usage
Launch the application from your desktop environment's application menu or run: Launch the application from your desktop environment's application menu or run: