From fff40ce1a78d4d75bf63a8ee33dd7d9be8dc289e Mon Sep 17 00:00:00 2001 From: Eclipse222 <26914019+Eclipse222@users.noreply.github.com> Date: Mon, 11 Dec 2023 05:26:39 -0500 Subject: [PATCH] Update configuration.md (#894) Cleared up the wayland section slightly :) --- docs/src/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/configuration.md b/docs/src/configuration.md index 79b12a4..af7397e 100644 --- a/docs/src/configuration.md +++ b/docs/src/configuration.md @@ -79,9 +79,9 @@ Depending on if you are using X11 or Wayland, some additional properties exist: | Property | Description | | ----------: | ------------------------------------------------------------ | | `stacking` | Where the window should appear in the stack. Possible values: `fg`, `bg`, `overlay`, `bottom`. | -| `exclusive` | Whether the compositor should reserve space for the window automatically. | -| `focusable` | Whether the window should be able to be focused. This is necessary for any widgets that use the keyboard to work. | -| `namespace` | Set the wayland layersurface namespace eww uses | +| `exclusive` | Whether the compositor should reserve space for the window automatically. Either `true` or `false`. | +| `focusable` | Whether the window should be able to be focused. This is necessary for any widgets that use the keyboard to work. Either `true` or `false`. | +| `namespace` | Set the wayland layersurface namespace eww uses. Accepts a `string` value. |