Skip to content

Commit

Permalink
docs(readme): fix typo in systemd readme
Browse files Browse the repository at this point in the history
$XDG_CONFIG_DIR changed to $XDG_CONFIG_DIRS
  • Loading branch information
Michael-Gallo committed Sep 16, 2023
1 parent 2e6f091 commit 5a32b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/init/systemd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 5a32b82

Please sign in to comment.