Fix docs for :monitor list

This commit is contained in:
elkowar 2024-02-17 16:04:00 +01:00
parent 1db7ff3bad
commit 4862db66ef
No known key found for this signature in database
GPG key ID: 862BA3D7D7760F13

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)
- an integer, declaring the monitor index
- the name of the monitor
- an 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**