kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=4eeed36acd60f72d70e3c1781f4f9143c92c9f18
commit 4eeed36acd60f72d70e3c1781f4f9143c92c9f18 Author: Kim Woelders <[email protected]> Date: Tue Nov 23 19:19:58 2021 +0100 matches.cfg: Correct help text regarding size matching Spotted by Dennis Nezic. --- config/matches.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/matches.cfg b/config/matches.cfg index 4d642f1b..894b36d6 100644 --- a/config/matches.cfg +++ b/config/matches.cfg @@ -14,8 +14,8 @@ # # <Match value>: # Title, Name, Class: String, may contain wildcards(*) -# Size: {>|<}<width>x<height> -# Width, Height: [!]<min>-<max> +# Size: <minw>-<maxw>x<minh>-<maxh> +# Width, Height: <min>-<max> # Prop: [!]{Transient|Shaped|Fixedsize|FixedWidth|FixedHeight} # # <Operation type>: --
