Skip to content

Commit

Permalink
Update configuration.md (#894)
Browse files Browse the repository at this point in the history
Cleared up the wayland section slightly :)
  • Loading branch information
Eclipse222 authored Dec 11, 2023
1 parent 77aeb54 commit fff40ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |



Expand Down

0 comments on commit fff40ce

Please sign in to comment.