doc: improve/fix doc for awful.rules (#2005)
This commit is contained in:
parent
a1911b5a23
commit
784472f212
|
@ -1,5 +1,8 @@
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
--- Apply rules to clients at startup.
|
--- Rules for clients.
|
||||||
|
--
|
||||||
|
-- This module applies @{rules} to clients during startup (via @{client.manage},
|
||||||
|
-- but its functions can be used for client matching in general.
|
||||||
--
|
--
|
||||||
-- All existing `client` properties can be used in rules. It is also possible
|
-- All existing `client` properties can be used in rules. It is also possible
|
||||||
-- to add random properties that will be later accessible as `c.property_name`
|
-- to add random properties that will be later accessible as `c.property_name`
|
||||||
|
|
|
@ -125,7 +125,7 @@
|
||||||
* @signal .swapped
|
* @signal .swapped
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/** When a new client appears and gets managed by Awesome.
|
||||||
* @signal .manage
|
* @signal .manage
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue