You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
386 B

## systemd Instructions
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
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`