diff --git a/docs/content/main/configuration.md b/docs/content/main/configuration.md index 51a2cb1..a9ad2fe 100644 --- a/docs/content/main/configuration.md +++ b/docs/content/main/configuration.md @@ -25,10 +25,10 @@ $HOME Your config structure should look like this: ```xml - + - - + + @@ -42,7 +42,7 @@ Your config structure should look like this: ``` -See +See [The `` block](#the-includes-block), [The `` block](#the-definitions-block), [Variables](#variables) and the @@ -223,10 +223,10 @@ The window block contains multiple elements to configure the window. There are a couple things you can optionally configure on the window itself: - `stacking`: stacking describes if the window will be shown in the foreground (in front of other windows) - or in the background (behind other windows). + or in the background (behind other windows). Possible values: `"fg"`, `"bg"`. Default: `"fg"` - `focusable`: whether the window should be focusable by the windowmanager. - This is necessary for things like text-input-fields to work properly. + This is necessary for things like text-input-fields to work properly. Possible values: `"true"`, `"false"`. Default: `"false"` -- `screen`: Specifies on which display to show the window in a multi-monitor setup. +- `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.