[update] Readme.

main
Shinyzenith 2 years ago
parent 1ef54df4f7
commit 0c957d840c
No known key found for this signature in database
GPG Key ID: A3DFCDC66E9E2950

@ -32,6 +32,15 @@ See [INSTALL.md](./docs/INSTALL.md) for installing swhkd.
## Running:
`swhks`
`pkexec swhkd`
To refresh the config at runtime, make a script like so:
```bash
#!/bin/sh
pkexec killall swhkd
pkexec swhkd
```
Then call it using `setsid -f sh <path_to_refres_script>`. A better implementation using signals will be developed later.
## Support server:

Loading…
Cancel
Save