toml-config: fix reload-config-so name
This commit is contained in:
parent
e6f9677a43
commit
f97cb46315
3 changed files with 3 additions and 3 deletions
|
|
@ -1529,7 +1529,7 @@
|
||||||
"tile",
|
"tile",
|
||||||
"quit",
|
"quit",
|
||||||
"reload-config-toml",
|
"reload-config-toml",
|
||||||
"reload-config-to",
|
"reload-config-so",
|
||||||
"consume",
|
"consume",
|
||||||
"forward",
|
"forward",
|
||||||
"none",
|
"none",
|
||||||
|
|
|
||||||
|
|
@ -3428,7 +3428,7 @@ The string should have one of the following values:
|
||||||
|
|
||||||
Reload the `config.toml`.
|
Reload the `config.toml`.
|
||||||
|
|
||||||
- `reload-config-to`:
|
- `reload-config-so`:
|
||||||
|
|
||||||
Reload the `config.so`.
|
Reload the `config.so`.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -790,7 +790,7 @@ SimpleActionName:
|
||||||
description: Terminate the compositor.
|
description: Terminate the compositor.
|
||||||
- value: reload-config-toml
|
- value: reload-config-toml
|
||||||
description: Reload the `config.toml`.
|
description: Reload the `config.toml`.
|
||||||
- value: reload-config-to
|
- value: reload-config-so
|
||||||
description: Reload the `config.so`.
|
description: Reload the `config.so`.
|
||||||
- value: consume
|
- value: consume
|
||||||
description: |
|
description: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue