Fixing missing commas in example (#1174)

This commit is contained in:
MunsMan 2024-08-28 19:29:27 +02:00 committed by GitHub
parent e08c6a20ec
commit 4a53c12006
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ This field can be:
- the string `<primary>`, in which case eww tries to identify the primary display (which may fail, especially on wayland) - the string `<primary>`, in which case eww tries to identify the primary display (which may fail, especially on wayland)
- an integer, declaring the monitor index - an integer, declaring the monitor index
- the name of the monitor - the name of the monitor
- a string containing a JSON-array of monitor matchers, such as: `'["<primary>" "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: `'["<primary>", "HDMI-A-1", "PHL 345B1C", 0]'`. Eww will try to find a match in order, allowing you to specify fallbacks.
**`geometry`-properties** **`geometry`-properties**