mirror of
https://github.com/swaywm/sway.git
synced 2025-01-30 20:56:43 +00:00
Improve man page about CRITERIA in (5)sway
The man page is missing information that `'` will not work correctly and instead the `"` should be used.
This commit is contained in:
parent
cbecc5cbae
commit
7266fafb4e
|
@ -855,7 +855,8 @@ The string contains one or more (space separated) attribute/value pairs. They
|
||||||
are used by some commands to choose which views to execute actions on. All
|
are used by some commands to choose which views to execute actions on. All
|
||||||
attributes must match for the criteria to match. Criteria is retained across
|
attributes must match for the criteria to match. Criteria is retained across
|
||||||
commands separated by a *,*, but will be reset (and allow for new criteria, if
|
commands separated by a *,*, but will be reset (and allow for new criteria, if
|
||||||
desired) for commands separated by a *;*.
|
desired) for commands separated by a *;*. The strings has to be quoted by *"*
|
||||||
|
the simple quotes *'* are not supported.
|
||||||
|
|
||||||
Criteria may be used with either the *for_window* or *assign* commands to
|
Criteria may be used with either the *for_window* or *assign* commands to
|
||||||
specify operations to perform on new views. A criteria may also be used to
|
specify operations to perform on new views. A criteria may also be used to
|
||||||
|
|
Loading…
Reference in a new issue