[readme] fix

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

@ -30,8 +30,10 @@ Because swhkd can be used anywhere, the same swhkd config can be used across Xor
See [INSTALL.md](./docs/INSTALL.md) for installing swhkd.
## Running:
`swhks`
`swhks
`
`pkexec swhkd`
To refresh the config at runtime, make a script like so:
```bash
@ -40,7 +42,9 @@ 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.
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