commit a52a7c333912d241105ff9d8315e2f127c925884 parent fab80ce51eb179290062478fdae664e2e8616791 Author: Swarth <70660340+Swarthe@users.noreply.github.com> Date: Sat, 29 May 2021 00:08:48 +0200 Clarify brace behaviour (#217) (#218) * Clarify brace behaviour (#217) * Add comment Co-authored-by: Raymond Li <hi@raymond.li> Diffstat:
| M | i3lock.1 | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i3lock.1 b/i3lock.1 @@ -184,7 +184,9 @@ The width of the ring unlock indicator. Defaults to 7.0. .TP .B \-\-{inside, ring}\-color=rrggbbaa -Sets the idle color for the interior circle and ring. +Sets the idle color for the interior circle and ring. Note: use individual +options per element unless the shell supports brace expansion (in which case +remove the spaces inside the curly braces). .TP .B \-\-{inside, ring}ver\-color=rrggbbaa
