From 5a32b82ca3934d4092ec8f6256345e2ef9c0a733 Mon Sep 17 00:00:00 2001 From: Michael Gallo <44709959+Michael-Gallo@users.noreply.github.com> Date: Sat, 16 Sep 2023 14:11:49 -0400 Subject: [PATCH] docs(readme): fix typo in systemd readme $XDG_CONFIG_DIR changed to $XDG_CONFIG_DIRS --- contrib/init/systemd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/init/systemd/README.md b/contrib/init/systemd/README.md index fc9d7a9..37abccf 100644 --- a/contrib/init/systemd/README.md +++ b/contrib/init/systemd/README.md @@ -4,6 +4,6 @@ To have systemd automatically start `swhkd` for you: 1. Copy `hotkeys.sh` into your preferred directory 2. `chmod +x hotkeys.sh` -3. Copy `hotkeys.service` into your `$XDG_CONFIG_DIR/systemd/user` directory +3. Copy `hotkeys.service` into your `$XDG_CONFIG_DIRS/systemd/user` directory 4. Using a text editor, uncomment line 7 of `hotkeys.service` and change the path accordingly 5. In a terminal: `systemctl --user enable hotkeys.service`