From f04befb567cd00e221d0baf77c8f54b4e9ece81b Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 19 Oct 2024 11:53:25 +0300 Subject: wiki: Document insert-hint config --- wiki/Configuration:-Layout.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'wiki/Configuration:-Layout.md') 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` + +Since: 0.1.10 + +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. -- cgit