From c130dbe37ba25effec17ed4c5bb9708d65639542 Mon Sep 17 00:00:00 2001
From: elkowar <5300871+elkowar@users.noreply.github.com>
Date: Mon, 3 May 2021 22:49:43 +0200
Subject: [PATCH] fix documentation for exclusive in wayland
---
docs/content/main/configuration.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/content/main/configuration.md b/docs/content/main/configuration.md
index a29808e..8a67fa2 100644
--- a/docs/content/main/configuration.md
+++ b/docs/content/main/configuration.md
@@ -226,8 +226,8 @@ For Wayland users the `` block is replaced by the exclusive field in `
The previous `` block would look like this.
```xml
-
-
+
+
@@ -248,7 +248,7 @@ There are a couple things you can optionally configure on the window itself:
Possible values: `"true"`, `"false"`. Default: `"false"`
- `screen`: Specifies on which display to show the window in a multi-monitor setup.
This can be any number, representing the index of your monitor.
-- `exclusive`: Specifies whether or not a surface can be occupied by another.
+- `exclusive`: Specifies whether or not a surface can be occupied by another.
A surface can be a window, an Eww widget or any layershell surface.
The details on how it is actually implemented are left to the compositor.
This option is only valid on Wayland.