mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
[hyprlock] Add more description for monitor field
Change-Id: I95986cdf8f5bbfd45a41642849c66d6aefb23dfe
This commit is contained in:
parent
86a85338c1
commit
9dd186140a
1 changed files with 11 additions and 2 deletions
|
@ -30,7 +30,7 @@ Variables in the `general` category:
|
|||
## Keyboard Shortcuts and Actions
|
||||
|
||||
The following keys and key-combinations describe hyprlock's default behaviour:
|
||||
| input | description |
|
||||
| input | description |
|
||||
| -- | -- |
|
||||
| ESC | Clear password buffer |
|
||||
| Ctrl + u | Clear password buffer |
|
||||
|
@ -47,7 +47,16 @@ widget_name {
|
|||
}
|
||||
```
|
||||
|
||||
`monitor` can be left empty for "all monitors"
|
||||
The `monitor` could be either the __port name__ or __description__ value from
|
||||
the output of `hyprctl monitors` command. It can be left empty for "all
|
||||
monitors"
|
||||
|
||||
{{< callout >}}
|
||||
|
||||
Pay attention! You do not need to add `desc:` prefix like in
|
||||
[`hyprland.conf`](../Configuring/Monitors.md)
|
||||
|
||||
{{</ callout >}}
|
||||
|
||||
## Widget List
|
||||
|
||||
|
|
Loading…
Reference in a new issue