diff options
| -rw-r--r-- | wiki/Configuration:-Layout.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/wiki/Configuration:-Layout.md b/wiki/Configuration:-Layout.md index 95bbf5ce..02921b48 100644 --- a/wiki/Configuration:-Layout.md +++ b/wiki/Configuration:-Layout.md @@ -42,6 +42,11 @@ layout { // inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view" in="srgb-linear" } + insert-hint { + // off + color "#ffc87f80" + } + struts { // left 64 // right 64 @@ -303,6 +308,25 @@ layout { } ``` +### `insert-hint` + +<sup>Since: 0.1.10</sup> + +Settings for the window insert position hint during an interactive window move. + +`off` disables the insert hint altogether. + +`color` lets you change the color of the hint and has the same syntax as colors in border and focus ring. + +```kdl +layout { + insert-hint { + // off + color "#ffc87f80" + } +} +``` + ### `struts` Struts shrink the area occupied by windows, similarly to layer-shell panels. |
