From 1a3595ab851747c6ffaaafa8c2f5a7d4e5f57bc9 Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Sat, 30 Dec 2023 18:25:11 +0000 Subject: [PATCH] docs: Update Readme --- Readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index a62e97f..16b97d4 100644 --- a/Readme.md +++ b/Readme.md @@ -7,7 +7,7 @@ ## How to use - Run `make` -- Move the binary to somewhere in your PATH +- Move the binary to somewhere in your PATH (or run `make install`) - Run `dexedrine` - Your system will now be blocked from suspending, going idle, and it will ignore the lid switch @@ -18,8 +18,10 @@ - Send `SIGINT` to `dexedrine`. ### Advanced usage -It is also possible to run `dexedrine` as a user `systemd` unit. -TODO: WRITE THE UNIT FILE +You can also run `dexedrine` as a `systemd` user service +```bash +systemctl --user start dexedrine.service +``` ## Backstory