[update]Minor readme changes

main
Shinyzenith 2 years ago
parent 4502170d5f
commit d1051685fa
No known key found for this signature in database
GPG Key ID: A3DFCDC66E9E2950

@ -38,11 +38,13 @@ To refresh the config at runtime, make a script like so:
```bash
#!/bin/sh
pkexec killall swhkd
sudo killall swhkd
pkexec swhkd
```
Then call it using `setsid -f sh <path_to_refresh_script>`.
Mark it as executeable using `chmod +x <path_to_refresh_script>`.
Then call it using `setsid -f <path_to_refresh_script>`.
A better implementation using signals will be developed later.

Loading…
Cancel
Save