hyprlock: mention SIGUSR signals (#528)

This commit is contained in:
Maximilian Seidler 2024-03-13 22:26:07 +01:00 committed by GitHub
parent 7b8d100e22
commit 621def9bc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -151,4 +151,7 @@ Worth noting:
- `$ATTEMPTS[<string>]` format can be used to show `<string>` when there are no failed attempts. You can use pango-markup here. `<string>` can be empty to hide.
- **do not** run commands that never exit. This will hang the AsyncResourceGatherer and you won't have a good time.
## User Signals
- `SIGUSR1` - unlocks hyprlock. For example, you can switch to a another tty and run `pkill -USR1 hyprlock`.
- `SIGUSR2` - updates labels. See above.