aboutsummaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-10-19 11:53:25 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2024-10-27 23:07:39 -0700
commitf04befb567cd00e221d0baf77c8f54b4e9ece81b (patch)
treef53c00aead9a0ff9f2b1f55ef7b47aea1c481234 /wiki
parentda3e5c44248fdb12b700e3a99c3e777c57942dc7 (diff)
downloadniri-f04befb567cd00e221d0baf77c8f54b4e9ece81b.tar.gz
niri-f04befb567cd00e221d0baf77c8f54b4e9ece81b.tar.bz2
niri-f04befb567cd00e221d0baf77c8f54b4e9ece81b.zip
wiki: Document insert-hint config
Diffstat (limited to 'wiki')
-rw-r--r--wiki/Configuration:-Layout.md24
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.