From 4a53c12006d7eb61f9ce5abc9e7548eae264df37 Mon Sep 17 00:00:00 2001 From: MunsMan <48153666+MunsMan@users.noreply.github.com> Date: Wed, 28 Aug 2024 19:29:27 +0200 Subject: [PATCH] Fixing missing commas in example (#1174) --- docs/src/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/configuration.md b/docs/src/configuration.md index ed1460b1..78775e15 100644 --- a/docs/src/configuration.md +++ b/docs/src/configuration.md @@ -61,7 +61,7 @@ This field can be: - the string ``, in which case eww tries to identify the primary display (which may fail, especially on wayland) - an integer, declaring the monitor index - the name of the monitor -- a string containing a JSON-array of monitor matchers, such as: `'["" "HDMI-A-1" "PHL 345B1C" 0]'`. Eww will try to find a match in order, allowing you to specify fallbacks. +- a string containing a JSON-array of monitor matchers, such as: `'["", "HDMI-A-1", "PHL 345B1C", 0]'`. Eww will try to find a match in order, allowing you to specify fallbacks. **`geometry`-properties**