Update README.md
This commit is contained in:
parent
f967c1ba97
commit
ca25fa57e8
13
README.md
13
README.md
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue