mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
hyprlock: mention SIGUSR signals (#528)
This commit is contained in:
parent
7b8d100e22
commit
621def9bc4
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue