1
0
Fork 0
forked from wry/wry

toml-config: fix reload-config-so name

This commit is contained in:
Julian Orth 2025-05-10 20:02:03 +02:00
parent e6f9677a43
commit f97cb46315
3 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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`.

View file

@ -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: |