docs: Update Readme
This commit is contained in:
parent
287e13bef2
commit
1a3595ab85
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
- Run `make`
|
- Run `make`
|
||||||
- Move the binary to somewhere in your PATH
|
- Move the binary to somewhere in your PATH (or run `make install`)
|
||||||
- Run `dexedrine`
|
- Run `dexedrine`
|
||||||
- Your system will now be blocked from suspending, going idle, and it
|
- Your system will now be blocked from suspending, going idle, and it
|
||||||
will ignore the lid switch
|
will ignore the lid switch
|
||||||
|
|
@ -18,8 +18,10 @@
|
||||||
- Send `SIGINT` to `dexedrine`.
|
- Send `SIGINT` to `dexedrine`.
|
||||||
|
|
||||||
### Advanced usage
|
### Advanced usage
|
||||||
It is also possible to run `dexedrine` as a user `systemd` unit.
|
You can also run `dexedrine` as a `systemd` user service
|
||||||
TODO: WRITE THE UNIT FILE
|
```bash
|
||||||
|
systemctl --user start dexedrine.service
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Backstory
|
## Backstory
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user