doc(client): Improve signal wording

Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
Lucas Schwiderski 2021-06-20 13:49:23 +02:00
parent fcae67cc03
commit 4520f33309
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
1 changed files with 4 additions and 2 deletions

View File

@ -342,7 +342,8 @@ lua_class_t client_class;
* @classsignal * @classsignal
*/ */
/** Emitted during startup to gather the default client mousebindings. /** Emitted once to request default client mousebindings during the initial
* startup sequence.
* *
* This signal gives all modules a chance to register their default client * This signal gives all modules a chance to register their default client
* mousebindings. * mousebindings.
@ -355,7 +356,8 @@ lua_class_t client_class;
* @classsignal * @classsignal
*/ */
/** Emitted once when AwesomeWM starts to add default keybindings. /** Emitted once to request default client keybindings during the initial
* startup sequence.
* *
* This signal gives all modules a chance to register their default client * This signal gives all modules a chance to register their default client
* keybindings. * keybindings.