Update configuration.md (#894)

Cleared up the wayland section slightly :)
This commit is contained in:
Eclipse222 2023-12-11 05:26:39 -05:00 committed by GitHub
parent 77aeb5464d
commit fff40ce1a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. |