From 4862db66ef7327041dd64f07523ba5d0f81c538b Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Sat, 17 Feb 2024 16:04:00 +0100 Subject: [PATCH] Fix docs for :monitor list --- 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 2f62d10c7..0c489f43f 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 -- an 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**