1
0
Fork 0
forked from wry/wry

toml: format spec.yaml file

This commit is contained in:
Julian Orth 2025-10-14 11:30:43 +02:00
parent fbd37e6662
commit a7808d89c2
3 changed files with 18 additions and 18 deletions

View file

@ -1382,7 +1382,7 @@ The table has the following fields:
If this field is omitted, all modifiers are included in the mask.
- Example:
To raise the volume whenever the XF86AudioRaiseVolume key is pressed regardless
of any modifiers except `alt`:
@ -1513,7 +1513,7 @@ The table has the following fields:
The keyboard repeat rate.
- Example:
```toml
repeat-rate = { rate = 25, delay = 250 }
```
@ -1884,7 +1884,7 @@ The table has the following fields:
By default, the VRR mode is `never` and the cursor refresh rate is unbounded.
- Example:
```toml
vrr = { mode = "always", cursor-hz = 90 }
```
@ -2550,7 +2550,7 @@ Exactly one of the `prog` or `shell` fields must be specified.
```
- Example 2:
```toml
[shortcuts]
ctrl-a = { type = "exec", exec = { shell = "grim - | wl-copy", privileged = true } }